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. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)