Discuss this page on this pages [[typGetGlobalData Talk Page|TalkPage]] === typGetGlobalData === See [[http://xelerus.de/index.php?s=functions&function=291|typGetGlobalData at Xelerus]] ^ Syntax | (typGetGlobalData number string) | ^ Arguments | number: The UNID of the type you want to get the data from. | ^ | string: The name of the data you want to get. | ^ Returns | The data named by the string for the given type. Returns Nil if there is no data as named by the string. | ^ Category | [[0.99]], [[data]], [[type]], [[unid]] | ^ Description | Returns the named global data of the given type. | === Example === (typGetGlobalData &itSolarPanelArray; "rincost") Returns the data that is in the "rincost" global in the itSolarPanelArray. Return to [[:Functions]] list