> Is there a function for parsing c-like > strings? I need to parse strings containing > '\n' and '\\' '\"'. I suppose it's obvious to anyone from a C background, but I find myself wondering, "What do you mean by parse?" I might be able to help if you provide a little more detail. Cheers, // mark -