HP Forums

Full Version: FYI on values in strings...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you have a string such as s:="ABC"
s(1) returns the ASCII value for the letter A, 65. Likewise, a newline if reading a program for example, will be the NL ascii value of 10.
i.e. The characters use ASCII.
UTF16 actually...

NL for line termination only. No 13 here.
Reference URL's