Handle variable:  #myHandleVariable$

The handle variable maps to the string variable of the same name, which contains the actual handle.

The handle variables are most useful when accessed in FOR/NEXT loops, thus eliminating many lines of code. They are also essential when using subroutines as event handlers, as in the TRAPCLOSE statement.

