Post Reply 
Create a list of undefined user vars?
01-27-2016, 04:54 PM (This post was last modified: 01-27-2016 05:11 PM by DrD.)
Post: #16
RE: Create a list of undefined user vars?
Tickers == {CAT, IBM} Each element of the list would be used to hold the current price. Lets say, the current price of Tickers(1), CAT was $60, and Tickers(2), IBM was $123. If INPUT(Tickers) would work, the idea would be to have an input field for the variable CAT, which would receive the current price ($60), and similarly for the variable IBM at $123.

This would allow the use of CAT and IBM as variables, allowing further computation as needed. CAT == 60, and IBM == 123, so 2*CAT = 120, etc.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Create a list of undefined user vars? - DrD - 01-27-2016 04:54 PM



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