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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
== Forms ==
 
== Forms ==
 +
*[[DataType:string|string]] '''XMLSetting['''xml file''','''section''','''setting''']'''
 +
:Retrieves the given setting, loading the xml file first if necessary (NULL if the setting does not exist)
 +
*[[DataType:string|string]] '''XMLSetting['''xml file''','''section''','''setting''','''default''']'''
 +
:Same as above, but with a default value if the setting does not exist
  
 
== Examples ==
 
== Examples ==

Revision as of 06:34, 26 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