aluminum2
Aerospace
- Apr 27, 2010
- 218
I am using the SplitString function in expression and I would like to know how many elements I have in the resulting list that is created. for example (SplitString( XX-XX, "-" ) would result in {XX,XX} . I would like to know how many times the string was split.