10-29-2007 08:47 AM
10-30-2007 02:36 PM
Look under the library menu for ActiveX Library. In it you will find a section name Variant Related Functions which can be used to assign and retrieve values from the variant format. In that section you will find Querying the type of a variant. Use the entry for Variant Get Type which is the function CA_VariantGetType() to determine what the variant variable holds. You can then look under Retrieving values from Variants for the function to assign the value to the more familiar C types, such as CA_VariantGetFloat() if the variant holds a float.
10-30-2007 03:22 PM - edited 10-30-2007 03:22 PM


Message Edited by Derrick S on 10-30-2007 03:24 PM