Name
afc_readargs_get_by_pos -- Returns a parsed field
Synopsis
void * afc_readargs_get_by_pos
( ReadArgs * rdargs, int pos );
Description
This method returns the desired field. The position provided is the
same ordinal position of the field in the template string.
Inputs
- rdargs
Pointer to a *valid* ReadArgs instance.
- pos
Ordinal position of the field.