Products Applications Downloads Features Wiki forum Store

argf()

From Wiki077
Revision as of 11:36, 26 January 2012 by Greg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


float argf(string line, string token)

This function returns the index of the argument on a line.

Examples

argf("apple, banana, carrot", "carrot") = 2
argf("apple, banana, carrot", "donut") = -1

See Also

arg(), argc(), argfx(), argx(), argxc(), args Command

Personal tools