Difference between revisions of "ISSession:Sessions (Top-Level Object)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
== Description ==
 
 
 
== 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]]

Latest revision as of 02:45, 31 August 2005

Forms

The number of other active Inner Space sessions

Examples

Display how many other active Inner Space sessions there are

  • echo Other Sessions: ${Sessions}

See Also