Results 1 to 5 of 5

Thread: String Parsing Question? [resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member Para80d's Avatar
    Join Date
    Oct 2003
    Location
    Denton, TX
    Posts
    160

    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
  •  



Click Here to Expand Forum to Full Width