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!!


Reply With Quote
