VBForums
>
Visual Basic
>
Visual Basic 6 and Earlier
> Enter Key
PDA
Click to See Complete Forum and Search -->
:
Enter Key
Manish
Nov 1st, 1999, 12:07 PM
How can i add "enter key" in a variable or inbetween a characters using codes.
any idea????
SteveS
Nov 1st, 1999, 12:56 PM
Try
MyVar = "My Text Line 1" & vbCrLf & "My Text Line 2"
MyVar will now contain 2 lines of Text.
Hope this helps,
Steve.
Manish
Nov 1st, 1999, 06:15 PM
its working the way i want.
Thanx a lot.
Manish
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.