answersLogoWhite

0


Best Answer

UnderScore, _ for normal statement and for string ampersand "&" character is required e.g.1

form1.textarea1.text = _ val(text2.text)

e.g.2 form1.textarea1.text = "this is m" & _

"y complete message"

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to continue command in next line in vb6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you execute a new line in VB6?

vbNewLine


What is difference between vb5 vb6?

VB6 is a more recent and more advanced version of visual basic.


How do you convert vb6 to dmg?

A .vb6 file is visual basic 6 source code, sometimes with it are .frm files that you would need. A .dmg is a Macintosh binary. you would have to find a program to compile the vb6 code to a Macintosh binary.


Differences butween the vb6 asnd vbnet?

Please refer the following link, there you can find useful information about differences between VB6 and VB .NET


How do you make a cp trainer with free member?

use vb6


Free vb6 source code download for submission?

thanks


How can you make a vb6 project a web based project or how will you able to embed vb6 project or vb.net project into asp.net website?

you simply cant, unless you know how to upload exe's to the internet.


Advantages visual basic 2003to visual basic 6.0?

This may suprise you but visual basic 2003 was realeased a few years after vb6 vb6 I think was in 1998 and 2003 obviously in 2003


Vb6 vs visual c sharp in terms of compiling?

VB6 code is directly compiled by VB6 compiler into native code. However C# code is targeted for CLR and goes through two level of compilattion. It is first compiled into MSIL and then JIT compiled to native code. This ensures interoperability among .NET based lanuages and hence language independence for them.


How do you get square root in Microsoft visual basic?

The function is Sqr() in VB6 and Math.Sqr() in .NET.


How do you sav in vb6?

you go up in file and click save project as and it should be saved


Visual Studio 6.0 Professional Edition - display line numbers?

There is no option to display line numbers in VB6. You can see the current line and column displayed on the standard toolbar (View > Toolbars > Standard (should be check marked). Example: "Ln 170, Col 18" I've never used it but read about an MZTools add-in which works by adding line numbers to your source code.