KCML_Sym_ValidateInstanceNumber

Purpose

Returns whether an instance number for a sym variable is still valid

Definition

DEFSUB 'KCML_Sym_ValidateInstanceNumber(Instance) AS Bool

Parameters

InstanceInstance

Return

Returns whether the instance number is still valid.

Description

The function 'KCML_Sym_GetInstanceNumber can return an instance number for the SYM of a local variable. This instance number is unique to that particular invocation of the function. If the function is left and called again later, the instance number will be different. This function determines whether the invocation of the function responsible for the SYM is still valid. This function is intended for a specific purpose and should not normally be used.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.