Discuss this page on this pages [[sysSetData Talk Page|TalkPage]] === sysSetData === See [[http://xelerus.de/index.php?s=functions&function=266|sysSetData at Xelerus]] ^ 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. | === Example === (sysSetData "power" 9001) Stores the number 9001 in the power data for the current system. Return to [[:Functions]] list