• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item6681: New WHILE function
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
SpreadSheetPlugin |
Enhancement |
Closed |
|
patch |
5.0.2 |
Detail
- Example: %CALC{"$WHILE($counter<=10, $counter )"}%
- returns: 1 2 3 4 5 6 7 8 9 10
- expected: 1 2 3 4 5 6 7 8 9 10
- Example: %CALC{"$SET(i, 0) $WHILE($GET(i)<10, $SETM(i, +1) $EVAL($GET(i) * $GET(i)), )"}%
- returns: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100,
- expected: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100,
--
TWiki:Main/PeterThoeny
- 2011-04-08