RE: split function using "." for the pattern

2002-10-30 Thread Kipp, James
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

RE: split function using "." for the pattern

2002-10-30 Thread Timothy Johnson
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.