Products Applications Downloads Features Wiki forum Store

argxc()

From Wiki077
Jump to: navigation, search


float argxc(string line, string separators)

Returns the number of arguments in the line, given a string of separators. Standard parsing is done, no variable expansion is done on the line.

Examples

argxc("apple; banana; carrot", "; ")=3

See Also

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

Personal tools