darrenbooy
Member
- Joined
- Mar 16, 2009
- Messages
- 8
- Programming Experience
- Beginner
Sorry guys I know this is VERY easy question, I am shoestringing my app together at the moment so miss some fundemental basics.
I just want to add text to the end of a string within a textbox like so:
The process
textbox1.text = "FP1" 'each of these lines appear at different places
textbox1.text = "FP2"
textbox1.text = "FP3"
The Result
(graphical representation of textbox1.text)
FP1FP2FP3
I know it is something like textbox.1.text = &_ "Fp1" ??????????
HELP! (really pressed for time!)

I just want to add text to the end of a string within a textbox like so:
The process
textbox1.text = "FP1" 'each of these lines appear at different places
textbox1.text = "FP2"
textbox1.text = "FP3"
The Result
(graphical representation of textbox1.text)
FP1FP2FP3
I know it is something like textbox.1.text = &_ "Fp1" ??????????
HELP! (really pressed for time!)