Is there any next line operator for visual basic 6.0?

Status
Not open for further replies.

cwt

Member level 5
Joined
May 26, 2004
Messages
80
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Activity points
918
Hi,

Is there any next line operator for visual basic 6.0?
 

Re: Next line operator

I think you mean "new line operator" right? So, here goes the answer.

you can use
Code:
vbCrLf

or

Code:
vbNewLine

for that purpose. I'm not sure if the latter is working in VB6. As side note, vbCrLf refers to the constant to represent Carriage return and Line feed, i.e. new line in the corresponding windows OS.

goodluck,
PCZ
 

    cwt

    Points: 2
    Helpful Answer Positive Rating
Next line operator

Thx man it works.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…