I claime no position in the hall of fame [Wink] but:
I was wondering if any of you had noticed this:

I CAN shave 6 point of by this completely idiotic use of the split function:
I use: $=Split($a,'"')[1]
Instead of : $=SUBSTR($a,2,LEN($a)-2)

This is only useful if the string is surounded by a specific char, and you want to remove that, in this case ".

It is 6 chars shorter but as for speed ???

I published this in my script, but nobody seames to have noticed, not even Lonkero [Big Grin]

-Erik