STORE[n] |
Top Previous Next |
Keyword Description Symbol specific storage Class Expression Where Legal
Syntax STORE[n] Where n is an integer 1-8 Return Value Returns the symbol specific user input value previously input in Symbol Properties Example Sample code ' Resources SLIPPAGE = STORE[1] ' saved slip SIZING[2] = STORE[2] ' saved max size
' Initial size code IF MEMORY[1] > SIZING[2] THEN NEWCONTRACTS =_ SIZING[2] ELSE NEWCONTRACTS = MEMORY[1]
|