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 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 PROTECTED]
> 
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to