DefineSnippet
The DefineSnippet scope function is allows you to define a variable from a block of wiki markup.
DefineSnippet(string [name)
- Name: name [Required]
- Type: string
- Description: The name of the snippet variable to define.
{{ DefineSnippet(MyBlock)
This is the content of the snippet variable.
}}
##Snippet(MyBlock)
##Snippet(MyBlock)
##Snippet(MyBlock)Function Calling Convention
Scope Function
Instruction Function
Standard Function
Snippet
Get
Set
Wiki Help :: Snippet
Injects the value of a previously defined snippet variable.