Results 1 to 4 of 4

Thread: txtbox

  1. #1

    Thread Starter
    Hyperactive Member MPrestonf12's Avatar
    Join Date
    Jun 1999
    Location
    NY
    Posts
    330

    Unhappy

    I have a textbox they displays a value but it only displays the first value it won't move in front of it. It deletes the old one and puts in the new one. Any help is apprecited
    Matt

  2. #2
    Guest
    Try this:

    Code:
    Text1.text = Text1.text & "The new text"

  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    Not really sure what you are asking...

    Are you talking about appending a value to the current contents of a textbox???

    Code:
    Text1.Text = Text1.Text & " Some new text"

  4. #4

    Thread Starter
    Hyperactive Member MPrestonf12's Avatar
    Join Date
    Jun 1999
    Location
    NY
    Posts
    330

    Thumbs up thanks..

    yes now it works fine. Thanks for the speedy responce!
    Matt

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