Backlinks to VarIF in all Webs (Search TWiki Web only)

Results from TWiki web retrieved at 11:54 (GMT)

IF Statements The % nop IF% construct gives TWiki the power to include content in topics based on the value of simple expressions. % nop IF{"CONDITION" then "THEN ...
Query Search Query searches help you search the contents of forms attached to your topics, as well as the values of other meta data attached to the topic. Using query ...
TWiki Spreadsheet Plugin This plugin adds spreadsheet capabilities to TWiki topics. Formulae like % nop CALC{"$INT(7/3)"}% are evaluated at page view time. They ...
Appendix A: TWiki Development Time line #HelsinkiRelease TWiki Release 5.1 (Istanbul) released on 2011 08 20 2012 01 14 New Features and Enhancements of TWiki ...
#VarCALC CALC{"formula"} add spreadsheet calculations to tables and outside tables The % nop CALC{"formula"}% variable is handled by the SpreadSheetPlugin ...
#VarGET GET{"name"} get a variable Get the value of a named variable, previously set with % nop SET{}% . Syntax: % nop GET{ "name" default "..." } ...
#VarSET SET{"name" value "..."} set a variable Set a named variable that can be retrieved later with % nop GET{}% . No output is shown, e.g. % nop SET{} ...
#VarSETGETDUMP SETGETDUMP{...} dump persistent variables Dump persistent key/values previously set with % nop SET{}% . Syntax: % nop SETGETDUMP ...
Number of topics: 8

 
This site is powered by the TWiki collaboration platformCopyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarIF.