Upgrade to ARC Pro
Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming
fillGlobalArray
Utility.fillGlobalArray(globalVariableName, defaultValue)
Parameters
globalVariableName | Name of the global array as a string. |
defaultValue | Value to fill the array with. |
Returns
NothingDescription
Fills the global array with name globalVariableName with the value defaultValue.