Evaluate any escape sequences in the given string. This function does substitute any found escape sequences into the respective characters and returns the resulting string.
SYNTAX:
eval$ = QB$ (any$)
INPUTS:
any$ (STRING)
- Any string literal or variable, which can contain escape sequences known to C/C++, may also be empty.
RESULT:
eval$ (STRING)
- The evaluated new string with all escape sequences replaced.