FFLD(1,2)
PURPOSE
This function will return the pointer (P or F) for a field. The function can also return a logical value to indicate that the field was not found.
PARTS
1 f/c/e | Required - The name of the field to search for. |
2 f/c/e | What to return. 'P' returns a P type pointer, 'F' returns an F type pointer, and 'L' returns a logical value. Default value is 'L'. |
RETURN TYPE - P, F or L
COMMENTS
If the return type is P or F, and the field name is not found, the program will return an error. If the return type is L the function will return .F.
NOTE: For more information on pointers please refer to Indirect Field References.
Page url: http://www.cassoftware.com/tas/manual/findfieldptr().htm