Results 1 to 2 of 2

Thread: Get stuff after give values VB6

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Get stuff after give values VB6

    Hi i want to add all the data from a string after these two characters

    /#

    VB Code:
    1. If Mid(chatdata, 1, 2) = "/#" Then
    2.                      'want code in here to assign to the rest of the var
    3.                      'such as lst1.additem restofstring
    4.     End If

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    lst1.additem mid$(chatdata, 3, len(chatdata))

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