|
 |
VB How-To Ask your "How do I do this with VB?" questions in this forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

May 12th, 2005, 05:08 AM
|
Friend of Wrox
|
|
Join Date: Jan 2005
Location: Mauchline, East Ayrshire, Scotland
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Split
|

May 12th, 2005, 04:13 PM
|
Registered User
|
|
Join Date: May 2005
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
dim stritem as string = ""
for each item in split(garulescolour(j), "/")
'.... do code
response.write(item)
'.... end of code
next
|

May 12th, 2005, 04:26 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Capital Federal, , Argentina.
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
did i miss some info or you two are in the wrong forum???
or at least brwoodru answer doesn't look like vb6 or early to me...
HTH
Gonzalo
|

May 13th, 2005, 03:28 AM
|
Friend of Wrox
|
|
Join Date: Jan 2005
Location: Mauchline, East Ayrshire, Scotland
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|

May 16th, 2005, 02:04 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Alameda, ca, USA.
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
but response.write(item) is definitively vb.net
never mind that, the Split function is available in both languages
to crmpicco: which problems are you having with split?
Marco
|

May 17th, 2005, 04:16 AM
|
Friend of Wrox
|
|
Join Date: Jan 2005
Location: Mauchline, East Ayrshire, Scotland
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|

May 17th, 2005, 04:16 AM
|
Friend of Wrox
|
|
Join Date: Jan 2005
Location: Mauchline, East Ayrshire, Scotland
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
To Split or Not to Split |
darrenb |
Access |
2 |
February 8th, 2008 12:28 PM |
split() |
darkhalf |
Javascript |
1 |
October 21st, 2005 11:34 AM |
split |
crmpicco |
Classic ASP Basics |
2 |
February 14th, 2005 08:48 AM |
Split database |
rylemer |
Access |
1 |
August 30th, 2004 05:33 PM |
help using split command |
chrisangus@btinternet.com |
Beginning VB 6 |
2 |
June 23rd, 2003 12:28 PM |
|
 |