Products Applications Downloads Features Wiki forum Store

argx()

From Wiki077
Jump to: navigation, search


string argx(string line, float argNum, string separators)

This function will parse and extract an argument from a line, given a string of separators. Negative values count from the end.

Examples

argx("apple, banana, carrot", 1, " ,")= "banana"
argx("/a/b/c/d", -1, "/") = "d"

See Also

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

Personal tools