|
-
Nov 26th, 1999, 08:11 PM
#1
Thread Starter
New Member
My code on a particular event runs off the viewing area of my monitor. Is there a way of cutting the particular line of code in half and having it on two or three lines?
Thanks for your reply
-
Nov 26th, 1999, 08:39 PM
#2
Hyperactive Member
::::EXAMPLE::::
You can use a "_" to split it up.
Public Declare Function SendMessageByString Lib "User32" Alias "SendMessageA" _
(ByVal Hwnd As Long, ByVal wmsg As Long, _
ByVal wparam As Long, ByVal lParam As String) As Long
I hope this is want you are looking for.
-
Nov 26th, 1999, 09:10 PM
#3
actually you need to put a space before it (ie. " _"), and there is a limit to the number of times that you can do this.
------------------
Wossname,
Email me: [email protected] 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|