AddGlobalData

Adds global data

AddGlobalData <dataIdent>, <data>

Parameters
<dataIdent>
Data ident that is to be add
<data>
Data to be add

Return Value
None.

Description
Adds global data.
Difference with system data addition.
- GlobalData : It must be initialized when being start next time.(The value would not be saved.)
- SystemData : If "Data save" is done, the value when "Data save" was done is set when being start next time.

Notes