!VARDEFAULT
(Copy URL in PhpBB Forum Format - Info)From iMacros
Holds a value which is assigned automatically to all undefined variables. This can be helpful for debugging a macro that it is normally used via the command line or Scripting Interface and contains many variables. With !VARDEFAULT active you can avoid the "variable not defined" errors when running the macro manually for test purposes. If the value of !VARDEFAULT is empty then no default value is assigned.
Contents |
Value

Any character or series of characters.
Set By
[ ] Internal
[X] SET
Internal means that the iMacros program itself sets the value of the variable during program run. SET means that the user can set this value via the SET command inside a macro.
