strEncode64 (Function) |
Top Previous Next |
strEncode64 will encode a string by using base 64.
Note that the returned string is a dynamic string.
Input: str : STRING The string to encode.
Returns: STRING The string encoded in base 64.
Declaration: FUNCTION strEncode64 : STRING;
Example: INCLUDE rtcu.inc |