SplitString takes 3 parameters - a string, a delimeter and a number n.
The string is split at each occurence of the delimeter, then the nth object is returned, for example:
SplitString("a,b,c,d"; ","; 3) returns c
SplitString takes 3 parameters - a string, a delimeter and a number n.
The string is split at each occurence of the delimeter, then the nth object is returned, for example:
SplitString("a,b,c,d"; ","; 3) returns c