Difference between revisions of "ISKernel:SettingXML (Top-Level Object)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
*[[ISSession:dataset (Data Type)|dataset]] '''SettingXML['''xml filename''']''' | *[[ISSession: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 | ||
+ | *[[ISSession:dataset (Data Type)|dataset]] '''SettingXML['''GUID''']''' | ||
+ | : Retrieves the dataset object for the given GUID | ||
== Examples == | == Examples == |
Revision as of 23:48, 10 October 2005
Forms
- 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