occpClose
occpClose(
o_occpHandle
)
=> t / nil
Description
Closes a properties file without saving unsaved changes.
Arguments
|
The properties file handle returned from a call to |
Value Returned
Example
when( MyOccpHandle = occpOpen("lib1" "cell1" "cfgView1" "r") when( MyVariantProp = occpGetCellProp(MyOccpHandle "lib1" "cell1" "variant") printf("Variant is %L\n" MyVariantProp->value))
occpClose(MyOccpHandle))
Related Topics
Parent/Child Database Functions
Return to top