The @USERn (where n is a number 0 through 4) and @RECURn (where n is a number 0 through 4) variables are initialized to null at application initialization. The @USERn and @RECURn variables are global variables that are reserved for use by the application developer, and can be used for any purpose. These variables are global in scope, and are available from any BASIC+ module, symbolic formula, or event handling script. The contents of these variables is:

Variable

Description

@USER0 - @USER4

Available for your use.

@RECUR0 - @RECUR4

Available for your use.

  • No labels