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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
*[[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}}

Revision as of 06:54, 28 February 2005

Description

Forms

  • string XMLSetting[xml file,section,setting]
Retrieves the given setting, loading the xml file first if necessary (NULL if the setting does not exist)
  • string XMLSetting[xml file,section,setting,default]
Same as above, but with a default value if the setting does not exist

Examples

See Also