arrResults = Split(strMyData, """")
You indicate a literal " by doubling it. Alternatively, to use Chr(34), you
would do:
arrResults = Split(strMyData, Chr(34))
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Remie Bolte" <[EMAIL PROTECTED]>
Subject: Split a quote (")
: Hi guys
:
: does anyone know how to split a quote? (")
: i tried to do it by character (34) but it didn't work
:
: Thanks in advance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]