Backlinks to VarSET in TWiki Web (Search all webs)

Results from TWiki web retrieved at 11:44 (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 ...
SetGetPlugin Introduction Use % nop SET{}% to store arbitrary text in a named variable, and reuse it with % nop GET{}% later on within the topic or an included ...
TWiki User Authentication TWiki site access control and user activity tracking options Overview Authentication, or "login", is the process by which a user lets ...
#VarGET GET{"name"} get a variable Get the value of a named variable, previously set with % nop SET{}% . Syntax: % nop GET{ "name" default "..." } ...
#VarIF IF{"condition" ...} simple conditionals Evaluate a condition and show one text or another based on the result. See details in IfStatements Syntax ...
#VarSESSIONVARIABLE SESSION VARIABLE get, set or clear a session variable Session variables are stored in a personal "persistent memory space" that is not ...
#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.VarSET.