whosyodaddy
Regular
- Joined
- Jun 23, 2003
- Messages
- 83
When I write code to display text in the text bar how do i make Returns? For Example: when i write this:
TextBox1().Text = "Golden CH-6: Beat level 2 with 50,000 or more points Infinite missiles while in the car: Beat level 3 with 70,000 or more points, Get Mp model - poseidon guard: Get 130000 points and all 007 medallions for level 11, Get regenerative armor: Get 130000 points for level 11"
(in code view the whole thing is in ONE LINE).
it turns out like this in the textbox:
Golden CH-6: Beat level 2 with 50,000 or more points Infinite missiles while in the car: Beat level 3 with 70,000 or more points, Get Mp model - poseidon guard: Get 130000 points and all 007 medallions for level 11, Get regenerative armor: Get 130000 points for level 11.
But how would i make it turn out like this?:
Golden CH-6:
Beat level 2 with 50,000 or more points
Infinite missiles while in the car:
Beat level 3 with 70,000 or more points,
Get Mp model - poseidon guard:
Get 130000 points and all 007 medallions for level 11
Get regenerative armor:
Get 130000 points for level 11"
Please, Please, help! i know this is a simple question but i have no clue how to!! i am new, please help!
TextBox1().Text = "Golden CH-6: Beat level 2 with 50,000 or more points Infinite missiles while in the car: Beat level 3 with 70,000 or more points, Get Mp model - poseidon guard: Get 130000 points and all 007 medallions for level 11, Get regenerative armor: Get 130000 points for level 11"
(in code view the whole thing is in ONE LINE).
it turns out like this in the textbox:
Golden CH-6: Beat level 2 with 50,000 or more points Infinite missiles while in the car: Beat level 3 with 70,000 or more points, Get Mp model - poseidon guard: Get 130000 points and all 007 medallions for level 11, Get regenerative armor: Get 130000 points for level 11.
But how would i make it turn out like this?:
Golden CH-6:
Beat level 2 with 50,000 or more points
Infinite missiles while in the car:
Beat level 3 with 70,000 or more points,
Get Mp model - poseidon guard:
Get 130000 points and all 007 medallions for level 11
Get regenerative armor:
Get 130000 points for level 11"
Please, Please, help! i know this is a simple question but i have no clue how to!! i am new, please help!