Difference: VarSETGETDUMP (1 vs. 3)

Revision 32015-04-09 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Changed:
<
<

SETGETDUMP{...} -- dump persistent variables

  • Dump persistent name/values previously set with %SET{}%. The %SETGETDUMP{}%, %SET{}%, and %GET{}% variables are handled by the SetGetPlugin.
  • Syntax: %SETGETDUMP{ format="..." separator="..." }%
>
>

SETGETDUMP{...} -- dump variables

  • Dump volatile or persistent name/values previously set with %SET{}%. The %SETGETDUMP{}%, %SET{}%, and %GET{}% variables are handled by the SetGetPlugin.
  • Syntax: %SETGETDUMP{ remember="1" format="..." separator="..." }%
 
Added:
>
>
remember="1" Dump all persistent variables (volatile variables)
store="..." Dump variables of a specific store (volatile variables)
 
format="..." Format output using variables $name and $value "name: $name, value: $value <br />"
separator="..." String used for separating entries "\n"

Revision 22012-11-13 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

SETGETDUMP{...} -- dump persistent variables

Changed:
<
<
  • Dump persistent key/values previously set with %SET{}%. The %SETGETDUMP{}%, %SET{}%, and %GET{}% variables are handled by the SetGetPlugin.
>
>
  • Dump persistent name/values previously set with %SET{}%. The %SETGETDUMP{}%, %SET{}%, and %GET{}% variables are handled by the SetGetPlugin.
 
  • Syntax: %SETGETDUMP{ format="..." separator="..." }%
Changed:
<
<
  • Supported attributes:
    Attribute Comment Default
    format="..." Format output using variables $key and $value "key: $key, value: $value <br />"
>
>
  • Parameters:
    Parameter Description Default
    format="..." Format output using variables $name and $value "name: $name, value: $value <br />"
 
separator="..." String used for separating entries "\n"
Changed:
<
<
>
>
 

Revision 12012-01-06 - TWikiContributor

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TWikiVariables"

SETGETDUMP{...} -- dump persistent variables

  • Dump persistent key/values previously set with %SET{}%. The %SETGETDUMP{}%, %SET{}%, and %GET{}% variables are handled by the SetGetPlugin.
  • Syntax: %SETGETDUMP{ format="..." separator="..." }%
  • Supported attributes:
    Attribute
    <-- -->
    Comment Default
    format="..." Format output using variables $key and $value "key: $key, value: $value <br />"
    separator="..." String used for separating entries "\n"
  • Example: %SETGETDUMP{"| $key | $value |" separator="$n"}% - see more examples.
  • Related: GET, IF, SET, SetGetPlugin, SpreadSheetPlugin#FuncSET
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 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.VarSETGETDUMP.