Post Reply 
Question about "User Library".
01-19-2015, 11:15 PM
Post: #2
RE: Question about "User Library".
Instead of:
Code:
Programs("New program"):="prgm.string";

you can do:
Code:
Programs("My program"):=Programs("My program")+"prgm.string";
This will append "prgm.string" at the end of "My program".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Question about "User Library". - John P - 01-19-2015, 10:01 PM
RE: Question about "User Library". - Didier Lachieze - 01-19-2015 11:15 PM



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