|
-
Sep 7th, 2006, 07:34 AM
#1
Thread Starter
New Member
Help Splitting Simple String
I am looking for any suggestions to split a simple string, with the values separated by commas. For example:
strFlds = "poc_id,poc_name,address_id"
I was originally using this to perform the split;
varFlds = Split(strFlds, ",")
But this will only return poc_id,poc_name.
Is there an easy way to include the last value in this split?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|