|
-
Dec 1st, 2003, 11:02 AM
#1
Thread Starter
Addicted Member
String Parsing Question? [resolved]
Howdy all!
I'm trying to get some commands from a seperate application that i wrote. Here's the string i need to parse
LRK::5.5.5.5::KIF::VERS::GET
where the "::" are the seperators. Ok, i'm doing a Split command
temp_string = Split(Text1.Text, "::")
So now temp_string is an array. Now, my question is, is there a way to creat a function or something in a module that will split that up? is it possible to pass arrays in VB? don't think i've ever done it before...
if you need more detail just ask.. thanks!!
Last edited by Para80d; Dec 1st, 2003 at 04:47 PM.
C++/VB6&.NET/QBasic/HTML/PHP/MySQL/SQLServer2k
I'm the guy your little brother looks a lot alike. Tell your mom i said thanks.
naked in vegas
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
|