Post Reply 
direct string access is curious
10-17-2015, 03:51 PM
Post: #5
RE: direct string access is curious
The variable A is a reserved variable for type real.

If you were to use a non-reserved variable, for example: AA:="abc" then the ascii value for the first item in the string, as referenced by AA(1), is returned as 97, (not 65, which is upper case A), and so forth.

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
direct string access is curious - ji3m - 10-17-2015, 12:17 PM
RE: direct string access is curious - Han - 10-17-2015, 01:28 PM
RE: direct string access is curious - ji3m - 10-17-2015, 02:45 PM
RE: direct string access is curious - DrD - 10-17-2015 03:51 PM
RE: direct string access is curious - ji3m - 10-18-2015, 10:24 PM
RE: direct string access is curious - DrD - 10-19-2015, 10:11 AM



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