Hey ho.
Is it possible to split a string by spaces, but ignore spaces inside quotation marks? (")
Thanx very much!
Printable View
Hey ho.
Is it possible to split a string by spaces, but ignore spaces inside quotation marks? (")
Thanx very much!
Yeah, Do you have VB6? Then use the Split Function to split on the quotation marks. Then take the non quoted sections and split on spaces. If don't have VB6 then look around for the Split Function Code(I've seen it posted at least 5 times)
If you need code, then post, i'll try to whip some up!