|
-
Mar 7th, 2000, 05:34 AM
#1
Thread Starter
Member
Just trying to learn what it does, Also any other related commands
-
Mar 7th, 2000, 05:40 AM
#2
Hyperactive Member
VB carriage return and left
basically drops you down a line and keeps you on the left.
-
Mar 7th, 2000, 06:58 AM
#3
Hyperactive Member
Just a little trivia.
Hi,
vbCrLf. Visual Basic Carriage return Line feed.
Inserts a carriage return and a line feed code. Both terms are left over from the old mechanical typewriter days. Carriage return is when you returned the carriage, the part of the typewriter that held the paper, to it's home position. You pushed the carriage to the right so that typing began on the left of the paper.
Line feed is when you rolled the platen, the rubber roller in the carriage that feeds the paper, one line so that the typing begins below the previous line.
Man! I'm old.
Al.
-
Mar 7th, 2000, 07:31 AM
#4
Frenzied Member
Basiclly, it goes to the next line. (usually in Message Boxes)
-
Mar 7th, 2000, 10:12 AM
#5
PowerPoster
and it also same with Chr(13) & Chr(10)
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
|