Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top