Difference between revisions of "ISSession:Sessions (Top-Level Object)"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Forms == | == Forms == | ||
*[[DataType:int|int]] '''Sessions''' | *[[DataType:int|int]] '''Sessions''' | ||
− | : The number of active Inner Space sessions | + | : The number of other active Inner Space sessions |
== Examples == | == Examples == | ||
− | + | ===Display how many other active Inner Space sessions there are=== | |
+ | *echo Other Sessions: ${Sessions} | ||
== See Also == | == See Also == | ||
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]] | *[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]] | ||
Line 12: | Line 11: | ||
{{TLO-Stub}} | {{TLO-Stub}} | ||
+ | [[Category:Inner Space]] | ||
+ | [[Category:Inner Space Session]] | ||
+ | [[Category:Inner Space Session Top-Level Objects]] |
Latest revision as of 02:45, 31 August 2005
Contents
Forms
- int Sessions
- The number of other active Inner Space sessions
Examples
Display how many other active Inner Space sessions there are
- echo Other Sessions: ${Sessions}