back to Table of Contents


QB$ (function)

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)


RESULT:

eval$ (STRING)


back to Table of Contents