Variables
(Copy URL in PhpBB Forum Format - Info)From iMacros
iMacros supports 3 types of variables:
1. The macro variables !VAR1, !VAR2 and !VAR3. They can be used with the SET and ADD command inside a macro.
2. Built-in variables. The contain certain values set by iMacros e. g. !URLCURRENT or define certain iMacros properties e. g. !TIMEOUT. A special subset are the !COLn variables at are used to read data from CSV files.
3. User-defined variables. They are defined with iimSet in a script and are used to send values from a script to the macro. To get data from a macro to the calling script the iimGetLastExtract command and the !EXTRACT variable are used.
