precompile checks
This commit is contained in:
parent
401e24bb23
commit
3edb188921
22 changed files with 458 additions and 9 deletions
|
|
@ -1,3 +1,5 @@
|
|||
$if urlencode = undefined then
|
||||
$let urlencode = defined
|
||||
Function urlencode$ (strng$)
|
||||
Dim buf$, char$
|
||||
For i = 1 To Len(strng$)
|
||||
|
|
@ -14,3 +16,4 @@ Function urlencode$ (strng$)
|
|||
Next i
|
||||
urlencode$ = buf$
|
||||
End Function
|
||||
$end if
|
||||
Loading…
Add table
Add a link
Reference in a new issue