
gettoken('\\NAS\share', 'count', '\') returns 2! It ignores the first empty tokens!


For me this is very strange, I think 'count' should return 4, including the empty tokens.
In other words: the count of tokens is 4; the count of tokens with a value is 2.
My problem: I (often!) need the real = full count of tokens for tokenlists!
And my string can be like '\\NAS\share', or like 'd:\xy'. Hard to handle.
Used for a report(), then needed to interpret the result. Each single line...