GlobalLocal Sub.mac: Revision history

From Macros Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 July 2010

  • curprev 22:3622:36, 28 July 2010 ConnerO talk contribs 281 bytes +281 New page: args ival, rval<br> local i<br> <br> rval = 1<br> <br> for i = ival to 2 step -1<br> :rval = rval * i<br> <br> :a1$ = "In Sub Macro, i = "<br> :a2$ = format$(i,"#0")<br> :a3$ = " rval = "...