Uniface escape characters
Author: geneleee@gmail.com (texasyeehaw)
Hello I am a beginner so forgive this question, I have searched high and low to no avail... I have figured out by chance some of the escape codes for uniface. For example, %3D is an '=' sign. Does anyone know the escape code for the '&' sign? Thank you so much
2 Comments
Local Administrator
Hi, 3D is the Unicode/UTF-8 representation for '='. The Unicode representation for '&' is 26, so try %26. Regards, Dennis
Author: Dennis van Duijn (dennis.van.duijn@sogeti.com)
Local Administrator
What do you mean with "the escape code". Or better where do you use this one? If you mean the XML-escape codes, just use &
Ingo
Author: istiller (i2stiller@gmx.de)