‎2007 Jan 28 3:42 PM
Hi,
I need to use SSFC_BASE64_CODE FM. I define variable of type c, but I can define it only up to 65535. I have a large file do decode to base64 (much more than 65KB). When using string I get incorrect variable string. Can I decode my string by parts and concatenate the string (each time 65KB till the end of the file).
Thanks in advance for your help
‎2007 Jan 29 9:15 AM
Thanks a lot for your answer,
Unfortanatelly I don't heva theese functions, may be because I am on 4.6C?
‎2007 Jan 29 6:00 AM
for encoding / decoding using string use FMs
SSFC_BASE64_DECODE
SSFC_BASE64_ENCODE
Regards
Raja
Message was edited by:
Durairaj Athavan Raja
‎2007 Jan 29 9:15 AM
Thanks a lot for your answer,
Unfortanatelly I don't heva theese functions, may be because I am on 4.6C?
‎2007 Jan 29 9:36 AM
possible, i have them in WAS6.40
had a look at FM SSFC_BASE64_CODE and the OSTR_INPUT_DATA
is a tables parameter, did you try using a table of type soli
Raja