escape the . with \ in your split statement
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:bengleto@;calpoly.edu]
> Sent: Wednesday, October 30, 2002 12:39 PM
> To: [EMAIL PROTECTED]
> Subject: split function using "." for the pattern
>
>
> I have a string that I want to split
Did you remember to represent '.' as '\.'?
-Original Message-
From: [EMAIL PROTECTED] [mailto:bengleto@;calpoly.edu]
Sent: Wednesday, October 30, 2002 9:39 AM
To: [EMAIL PROTECTED]
Subject: split function using "." for the pattern
I have a string that I want to split into an array
10.