Returns a Boolean value that has previously been stored to the memory during the same server round-trip. This is typically used during the traversal of a tree structure such as when generating a report or a bill of materials. If no variable is found false is returned.
bool MemGetBool([string name])
name |
Optional name of a variable to get the value of. If omitted the value is get from the Boolean default variable. |
Example
MemGetBool("GraphicsForReport")
Gets the value of the Boolean variable "GraphicsForReport".