|
-
July 1st, 2001, 03:34 PM
#1
Formatting Text
What is the carriage return and line feed in Visual Basic?
-
July 1st, 2001, 04:14 PM
#2
Re: Formatting Text
vbCr, vbLf, there is also vbCrLf
----------
The @host is everywhere!
----------
-
July 2nd, 2001, 02:03 AM
#3
Re: Formatting Text
When you say Carriage Return it is as good as pressing Enter key in the keyboard. But when you say Line Feed you are just coming to the fresh line but you are not pressing enter key.
To do this in VB we don't have to define them because these keys are come along with VB as built Constants. So if you want to use Carriage return you should use vbCr and when you want to use Line Feed you shoudl use vbLf.
bpp
-
July 2nd, 2001, 07:51 AM
#4
Re: Formatting Text
I hope you don't think that you are smart by knowing that... What you said about carriage return and line feed is common knowledge you know...
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
|