OK, this one baffles me :) "file.txt".split(".") produces an empty array ?
testing it on the groovysh, (trying to that more often before posting on the list) : groovy:000> mysplit = "file.txt".split(".") ===> [Ljava.lang.String;@73b4f342 groovy:000> mysplit.size() ===> 0 groovy:000> println mysplit {} ===> null Thanks in advance. -- The future is here. It's just not widely distributed yet. -William Gibson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]