Results 1 to 2 of 2

Thread: [2008] read all lines in a rich text box separately

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2007
    Location
    indiana
    Posts
    341

    [2008] read all lines in a rich text box separately

    hello everyone,

    i have a richtextbox that accepts input text that wil normaly look like this:
    1 name1
    33 name2
    66 name3
    374 name4
    19 name5
    230 name6
    25 name7
    6 name8
    what i need done is i need to read line one then separate the number and then separate the name. then i need to add the number var to the numbervar array i also need to do that to the namevar. the namevar and numbervar must match up so that if namevar(1)=33 then numbervar(1)=name2. i think i can handle the arrays i just need to know how to read every line separately in the richtextbox. thank you all for your help.

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,466

    Re: [2008] read all lines in a rich text box separately

    the richtextbox control has a lines() property

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