version 2003
typedef struct PointerToVariable { char fName[ 32 ]; long fIndex; // used for pointer to array elements } PointerToVariable;