Difference between revisions of "ISKernel:SettingXML (Top-Level Object)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Forms == | == Forms == | ||
+ | '''Deprecation Warning''': Use [[LavishSettings]]. See [[LavishSettings:LavishScript_Usage_Walkthrough|LavishScript_Usage_Walkthrough]] | ||
+ | |||
*[[ISKernel:dataset (Data Type)|dataset]] '''SettingXML['''xml filename''']''' | *[[ISKernel:dataset (Data Type)|dataset]] '''SettingXML['''xml filename''']''' | ||
: Retrieves the dataset object for the given xml settings file, creating it if necessary | : Retrieves the dataset object for the given xml settings file, creating it if necessary |
Revision as of 20:08, 27 September 2006
Forms
Deprecation Warning: Use LavishSettings. See LavishScript_Usage_Walkthrough
- dataset SettingXML[xml filename]
- Retrieves the dataset object for the given xml settings file, creating it if necessary
- dataset SettingXML[GUID]
- Retrieves the dataset object for the given GUID
Examples
See dataset examples
See Also
- dataset (Data Type)
- XMLSetting (Command)
- Inner Space Session Top-Level Objects
- LavishScript Top-Level Objects