in reply to Unwanted empty value in array after Splitting a string

This is documented behavior: see Split

"Splits the string EXPR into a list of strings and returns that list. By default, empty leading fields are preserved,..."

There's an empty leading field before the first "G".

emc

Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

Albert Einstein
  • Comment on Re: Unwanted empty value in array after Splitting a string