Persing Data

J

JohnV

Heather,

You can use the split function to split the item into an
array.

dim strSplit as String, strTemp as string

strTemp = "444-1234"
strSplit= ","

aryTemp = Split(strTEMP, strSplit)

This will give you an array containing "444" and "1234"

Hope this helps.
JohnV
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top