Backlinks to VarIF in TWiki Web (Search all webs)
IF Statements The % IF% construct gives TWiki the power to include content in topics based on the value of simple expressions. % IF{`CONDITION` then `THEN` else ...
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. Functions such as % CALC{$INT(7/3) are evaluated at page view time. They can ...
Appendix A: TWiki Development Time line TWiki Release 5.1 (Istanbul) released on 2011 08 20 2012 12 16 New Features and Enhancements of TWiki Release 5.1 ...
CALC{`formula`} add spreadsheet calculations to tables The % CALC{formula variable is handled by the SpreadSheetPlugin. Around 100 functions are available, ...
CALCULATE{`formula`} handle spreadsheet calculations outside tables The % CALCULATE{formula variable is handled by the SpreadSheetPlugin. Around 100 functions ...
GET{`name`} get a variable Get the value of a named variable, previously set with % SET{ . Syntax: % GET{ `name` default `...` esc 1} Parameters ...
SET{`name` value `...`} set a variable Set a named variable that can be retrieved later with % GET{ . No output is shown, e.g. % SET< esc 1} resolves ...
SETGETDUMP{...} dump persistent variables Dump persistent name/values previously set with % SET{ . Syntax: % SETGETDUMP{ format `...` separator `. ...
Number of topics: 9
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.VarIF.