Post Reply 
a string question
09-06-2017, 11:49 AM
Post: #1
a string question
I can get a program by doing this.
s:=Programs("TEST");
...returns the program TEST as a string stored in s.
s(i) indexes this string.
Now, what I want to know, is how do you index this program directly without using s.
e.g. I tried Programs("TEST")(i) and (Programs("TEST"))(i) and neither work, as the two braces are interpreted as a multiply.
I can do it in CAS mode but not in Home mode....
How would one do this in Home mode?
Thx
-Donald
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
a string question - webmasterpdx - 09-06-2017 11:49 AM
RE: a string question - Stevetuc - 09-06-2017, 01:43 PM
RE: a string question - webmasterpdx - 09-06-2017, 07:19 PM



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