During macro development, the SPF_Debug statement can be used to display information related to the macro execution. This can be simple trace messages, or displays of internal variables.
Examples:
SPF_DEBUG ("Starting line loop")
SPF_DEBUG ("Var_b=" & TSTR$(Var_b))
The SPF_DEBUG statement will open a console window in which to display the information.
|