index = FindArg(template, keyword)
    D0                D1        D2
    LONG FindArg(STRPTR, STRPTR)
    
   
  
    Returns the argument number of the keyword, or -1 if it is not a keyword for the template.  Abbreviations are handled.
  
  
    In earlier published versions of this documentation, keyword and template were given in the wrong order.