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

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

split function using "." for the pattern

2002-10-30 Thread bengleto
I have a string that I want to split into an array 10.30.02 I cant get it to split up the string at the "."s. Do I have to do something different because "." is an ambiguous character? Thank you Brian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT