Break down lines of code

baz7621

Registered User.
Local time
Today, 22:57
Joined
Mar 26, 2004
Messages
10
Hiya all soz if this sounds stupid but I am a newbie but is it possible to break down a massive line of code into a number of lines so it can be read with ease instead of having to keep moving the scroll bar

Fanx
 
Simply use an underscore _
and go to the next line _
like this.


Private Declare Function WinHelp Lib "user32.dll" Alias "WinHelpA" (ByVal hWnd As Long, ByVal _
lpHelpFile As String, ByVal wCommand As Long, ByVal dwData As Long) As Long

HTH

Dave
 
ok fanx thats worked a treat
 

Users who are viewing this thread

Back
Top Bottom