- Oct
- 364
- 17
In the IDE, if the current line starts with Set, copy to the Watch list the text up to an equals sign by pressing a hotkey or clicking an icon.
E.g. hilited line is:
set current_month_num=%_month
Just press a hotkey and the variable current_month_num is added to the Watch list.
If the variable is already in the watch list, remove it.
E.g. hilited line is:
set current_month_num=%_month
Just press a hotkey and the variable current_month_num is added to the Watch list.
If the variable is already in the watch list, remove it.
Last edited: