Navigation:  Reference > Functions >

FindFieldPtr()

Print this Topic Previous pageReturn to chapter overviewNext page

 

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/eRequired - The name of the field to search for.

 

2 f/c/eWhat 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