Home  /  Autodocs  /  dos.library

NAME

FindArg
find a keyword in a template (V36)

SYNOPSIS

index = FindArg(template, keyword)
D0 D1 D2

LONG FindArg(STRPTR, STRPTR)

FUNCTION

Returns the argument number of the keyword, or -1 if it is not a keyword for the template. Abbreviations are handled.

INPUTS

keyword
keyword to search for in template

template
template string to search

RESULT

index
number of entries in template, or -1 if not found

BUGS

In earlier published versions of this documentation, keyword and template were given in the wrong order.

SEE ALSO

ReadArgs(), ReadItem(), FreeArgs()