| Argument passing - Subroutines and Functions - Mike Pope |
| Caching in on the Frames Array - Mike Pope |
| QTIPS - Fast Dynamic Array Building |
RevMedia FKB
| Document | V3I10A28 |
| Title | Uncommon Knowledge - WC_W% |
| Keywords | WINDOW_COMMON% WC_W% WC_DISPLAY_ACTION% WC_PROMPTS% |
| Text | A dimensioned array containing all of the prompt details for the current window It is dimensioned to WC_W_Cnt% Once loaded the WC_W%() array maintains the same values for the life of the window unless a WC_Display_Action% = 7 is encountered If WC_Display_Action% is set to 7 then all changes made to WC_W%() in this SESSION will be discarded and WC_W%() will be set back to the original values when the window was loaded To avoid this modify the WC_Prompts% array instead and then issue a WC_Display_Action% = 7 This causes WC_W%() to be reloaded FROM WC_Prompts% (Volume 3 Issue 10 Page 15) |
Page last modified: 30/01/03