Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie question: How to continue code on next line

Status
Not open for further replies.

d1trupinoy

Technical User
Joined
Dec 11, 2001
Messages
14
Location
US
Newbie to VB here. When coding, If I have a really long array or function, how can I continue the line of code to the next line so its readable?

example

vtests = array("test1",........
..........
.........., "last test")

Thanks for the help.
 
vtests = array("test1",........,"testx"[highlight] _[/highlight]
..........[highlight] _[/highlight]
.........., "last test")



Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top