ListLines, off and ListLines, on, e.g. for trace output or timer routines. For subroutine calls I can place the two commands around the Call, subroutine, but for timer and OnMessage routines, the two commands must be placed inside.timer_routine: ListLines, off ; .. code to be executed ListLines, on ; line 117 return ; line 118Then I get in the list of Commands
and so on, or many lines with118: return
118: return
118: return
nr:} in case of functions.Therefor I suggest to suppress the
return or } immediate following ListLines, on in the list of executed commands.Hubert




