Encodes a character string according to the UUEncode algorithm. This encoded string can be decoded by
UUDecode.
// Encode a string
Res = UUEncode("My account number is 0123456789")
Syntax
<Result> = UUEncode(<String to encode>)
<Result>: Character string
String encoded according to the UUEncode algorithm.
<String to encode>: Character string
Text to encode.