Header data example
- You can write a script to retrieve the formula class.
Because the
VALIDATION_SUBCODE is blank,
only the
PropertyNameargument is required.
This function statement retrieves the formula class:
Dim oClass As Object = ObjProperty("CLASS") - You can write a script to retrieve a version number.
In this example, the value of
KEYCODE2is the version number of an object. This value is placed in the local variableoVersion.Dim oVersion As Object = ObjProperty("KEYCODE2", "", "")