Re: Comet32 Bugs or missing features ?


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]