MEMORY[n] |
Top Previous Next |
Keyword Description Memory variable Class Expression Where Legal
Syntax MEMORY[n] Where n is an integer 1-99 Example Sample code IF COL1[2] < COL2[2] AND COL1[1] > COL2[1] THEN_ MEMORY[3] = TRUE ' If a cross over occurred yesterday, between the indicator ' values in column 1 and those in column 2 then this stores ' in MEMORY[3] the fact or truth that the event did occur. ' This fact or event may be referenced even after we exit the current page IF MEMORY[3] = TRUE THEN BUYSTOP = COL7
See also: TEMPMEM, User-named variables (discussion) |