Posted by Barbara Brazil on May 14, 2019 at 08:20:08:
In Reply to: Comet32 Bugs or missing features ? posted by Robert G Laurin on May 10, 2019 at 08:10:57:
Robert:
I tried to reproduce the Base64()problem with the program below. It looks to me like both methods produce the same output. I am compiling with Comet32. How is your example different:
LENGTH 20 & LOCAL String$, String64$
length 1.0 & local err
CLEARLOCAL
print (cs);(et)
string$ = "1234567890"
String$ = Sub(String$, 3, Len(String$) - 2)
String64$ = Base64(String$, Err)
print String64$
string$ = "1234567890"
String64$ = Base64(Sub(String$, 3, Len(String$) - 2), Err)
print String64$
wait
stop
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.