kirikv
09-10-2003, 11:49 PM
I have a string that contains two ";". Is there a way to separate it into three new strings left, right, and between ";" ?
Thanks.
Thanks.
String questionkirikv 09-10-2003, 11:49 PM I have a string that contains two ";". Is there a way to separate it into three new strings left, right, and between ";" ? Thanks. Localhost 09-10-2003, 11:56 PM dim asdf() as string asdf=split(yourstring,";") then you will have an array where element 0 is the first part and so on. kirikv 09-11-2003, 12:10 AM dim asdf() as string asdf=split(yourstring,";") then you will have an array where element 0 is the first part and so on. Thanks a lot. I will give it a shot. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum