Attribute | Name of attribute to write |
Value | Real number value for specified attribute |
Function | WRITE_T_O_INTEGER (“RADIUS”, 90.0) |
Result | 1 |
Writes to file | RADIUS = 90.0 |
Function | WRITE_T_O_INTEGER (“RADIUS”, “no”) |
Result | 0 |
Important: | Filenames are case sensitive and parameters are not case sensitive. |