Variables Order in the Procedures Window

If you use both local variables and parameters in the Procedures Variables View, the parameters are automatically listed before the local variables.

Variables are listed in the order you first defined them, unless you move the variable to a new position by drag and drop or cut and paste. However, you cannot drag a local variable to the list of parameters nor can you drag a parameter to the list of local variables.

When you click the header of the procedure variables view to sort its list, the list of parameters will be excluded during sort, only local variables will be sorted.

For information on Procedures variables, see Declaring Procedure Variables