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
Post Reply 


Messages In This Thread
FYI on values in strings... - webmasterpdx - 09-06-2017 11:34 AM



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