Discuss this page on this pages TalkPage
Syntax | (sysSetData [string] string expression) |
---|---|
Arguments | string: The optional name of the system node. If not there uses the current system. |
string: The name of the data. | |
expression: The data you want to store. | |
Returns | condition: True if successful, Nil otherwise. |
Category | data, system |
Description | Sets the named data in the given system to the expression. |
(sysSetData "power" 9001)
Stores the number 9001 in the power data for the current system. Return to Functions list