Array | Array of real values |
Attribute | Name of attribute to assign array to. |
Function | WRITE_T_O_REAL_ARRAY ({1,2,3,4,5}, “NEW_ARRAY”) |
Result | 1 |
Writes to file | NEW_ARRAY = 1.0, 2.0, 3.0, 4.0, 5.0 |
Function | WRITE_T_O_REAL_ARRAY ({‘a’,’b’,’c’,’d’,’e’}, “NEW_ARRAY”) |
Result | 0 |
Important: | Filenames are case sensitive and parameters are not case sensitive. |