Function Local Variable Keywords
Use the following keywords to declare local variables in a user function and as fields in a structure. See The Parameter List and Parameter Declarations for more information. See also Object Reference Keywords
complex
Declares complex 64 bit double precision variables. Another name for Variable/C. Available in Igor Pro 7 and later.
double
Declares 64 bit double precision variables. Another name for Variable. Available in Igor Pro 7 and later.
int
Declares 32-bit integers in IGOR32, 64-bit integers in IGOR64. Available in Igor Pro 7 and later. See Integer Expressions
int64
Declares 64-bit integers in both IGOR32 and IGOR64. Available in Igor Pro 7 and later. See Integer Expressions
uint64
Declares unsigned 64-bit integers in both IGOR32 and IGOR64. Available in Igor Pro 7 and later. See Integer Expressions
String
Declares string variables. See Operations[String].
STRUCT
Declares a structure variable. See Object Reference Keywords[STRUCT].
Variable
Declares 64 bit double precision variables. Another name for double. See Operations[Variable].