Difference between revisions of "ISSession:Sessions (Top-Level Object)"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Forms == | == Forms == | ||
+ | *[[DataType:int|int]] '''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]] | ||
*[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]] | *[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]] | ||
+ | |||
+ | {{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}