|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
End-of-line character
How do I write an end-of-line and/or a "return" charcter to a text field?
Let's suppose I have a text box called Text1 Text1.Text = "test" will write one line of text. What do I do if I want to write out multiple lines of text? |
|
#2
|
||||
|
||||
|
use texarea..element
__________________
Nothing is Impossible bcoz IMPOSSIBLE itself says.. I M POSSIBLE........................ Be cool !!!!!!!!
|
|
#3
|
|||
|
|||
|
Quote:
Set the text box property MULTILINE to true, then you can use vbCrLf. |
|
#4
|
|||
|
|||
|
or vbnewline
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > End-of-line character |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|