Post Reply 
FYI on values in strings...
09-06-2017, 11:34 AM
Post: #1
FYI on values in strings...
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.
Find all posts by this user
Quote this message in a reply
09-06-2017, 02:28 PM
Post: #2
RE: FYI on values in strings...
UTF16 actually...

NL for line termination only. No 13 here.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)