FOR

From Macros Wiki
Revision as of 17:07, 16 July 2010 by ConnerO (talk | contribs) (New page: {{Command|syntax=FOR <variable> = <start>, TO, <end>, [STEP, <value>] |description=*DESCRPTION* |param1=<variable>|param1_desc={{variable}} |param2=<start>|param2_desc={{start}} |param3=T...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Command

FOR <variable> = <start>, TO, <end>, [STEP, <value>]


  • DESCRPTION*

Parameters

<variable>
Define a custom variable to be used later in the macro, for example "w1".
<start>
Template:Start
TO
Template:TO
<end>
Template:End
STEP
Template:STEP
<value>
Name of variable to be set by this command

Example

- FOR