plsesc: Set the escape character for text strings for Fortran

plsesc (esc);
 

Set the escape character for text strings. From Fortran it needs to be the decimal ASCII value. Only selected characters are allowed to prevent the user from shooting himself in the foot (For example, a \ isn't allowed since it conflicts with C's use of backslash as a character escape). Here are the allowed escape characters and their corresponding decimal ASCII values:

esc (char, input)

NEEDS DOCUMENTATION