|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
extract substring from string seperated by commas |
|
From: |
Kamran Ahmed |
|
Date: |
8/15/2000 11:04:30 AM |
|
IP: |
194.170.168.252 |
I want to write a function in VBscript in which return all the subtring which are seperated by comman.
For Example:
mystr = "Honey,Tree,Home"
Function seperate(mystr)
function seperate should return;
Honey
Tree
Home
Please send me such fuction, or give me a hint.
|
Follow Up - Re: extract substring from string seperated by commas - cm 8/16/2000 3:07:08 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|