argxc()
From Wiki077
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
