WRITE_T_O_REAL

Writes an attribute to the current block with the specified real number value. Returns 1 on success and 0 if errors occur.

Format

WRITE_T_O_REAL (Attribute, Value)

Prerequisites

WRITE_T_O_OPEN_FILE (Filename)
WRITE_T_O_DATA_BLOCK (Block Name)

Arguments

 
Attribute
Name of attribute to write
Value
Real number value for specified attribute

Examples

 
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.