|
-
Sep 7th, 2000, 05:47 PM
#1
Thread Starter
Hyperactive Member
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 
-
Sep 7th, 2000, 05:57 PM
#2
Try this:
Code:
Text1.text = Text1.text & "The new text"
-
Sep 7th, 2000, 05:59 PM
#3
Hyperactive Member
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"
-
Sep 7th, 2000, 06:03 PM
#4
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|