Function for ASCII characters
Is there a function for ASCII characters which can be used to insert Ascii Dec 34 (Double Quote) in an output string?
Re:Function for ASCII characters
In DataEase from 8.x you can use chr()
http://www.dataease.com/dg3_HelpView/?PageID=10317...
If your only need to use " inside a string you can use the escape code for " which is /' or \'.