status = decode ( arg1 ) ;
list arg1
list status 1 The STATUS variable is set to $ACKNOWLEDGE
list status
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: status = decode ( arg1 ) ;
None
To execute the example below, press or modify the example to try different variations. stringToEncode = {"This is a string with 1234&*()^%$#@! characters"} ; es = encode stringToEncode; puts es ; ds = decode es ; puts ds ;