Data Types

www.kxcad.net Home > CAM Index > EdgeCAM Index >


Your Ad Here

You must be aware of the data types required and in use. Any expression or subdivision of an expression evaluated will be created as an appropriate data type (Real/Integer/String). The final data type will depend on the variable being set.

Expression Types

Note that attributes and expressions may be integer, real or string and that mixing types must be undertaken with care:

Integer & integer

gives integer result

Integer & real

gives integer result

Real & integer

gives real result

Real & real

gives real result

String & integer

gives string result

String & real

gives string result

String & string

gives string result

Real & string and integer & string are illegal combinations.

 

Click here for examples of expressions, setting attributes/modifiers

Your Ad Here