Can someone please tell me the ASCII Character I can use to achieve "
Why is it that this:
return ASCII character 34
gives me "
Any help is appreciated.
Can someone please tell me the ASCII Character I can use to achieve "
Why is it that this:
return ASCII character 34
gives me "
Any help is appreciated.
Hi,
this is absolutely correct.
As a quote is a special character, it is escaped with a backslash.
To prove it, try
display dialog (ASCII character 34)
The backslash is an escape character.
If you want to see the code returned without the escape character.
display dialog ASCII character 34
Cheers,
Craig
Gimme five
Right back at’cha!
Craig