Take the Tour | Site Map


Documentation
Downloads
Scripts
Community
EUO FAQ
Search

EasyUO System Variables

Unless a sub is specifically designed to manipulate a system variable, it should attempt to restore the context prior it's execution.

Example: usage of #findMod 0_0:

  set %_findMod #findMod
  set #findMod 0_0
  click #findX #findY
  set #findMod %_findMod