POD

2004-03-14 Thread Malloc7c3
Is there any GUI POD Creator? Thanks, Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Escaping

2004-04-08 Thread Malloc7c3
Is there any quick way of parsing a string like: This,Is,A,String,\,,With,A,Comma Into a list ("This", "Is", "A", "String", ",", "With, "A", "Comma") Basically, how can I split it by commas, except when it is escaped. Dan