Post Reply 
Create a list of undefined user vars?
01-24-2016, 10:18 PM
Post: #1
Create a list of undefined user vars?
In [HOME], can a list of undefined variables somehow be created (for later use)?

Example:
dogs:=0; cats:=0; // define vars first
L1:={'dogs', 'cats'};

This works: INPUT({dogs, cats});

This doesn't work: INPUT(L1); // even though L1 ==> {dogs, cats} same as above. (Why not?)

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


Messages In This Thread
Create a list of undefined user vars? - DrD - 01-24-2016 10:18 PM



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