|
-
Mar 15th, 2001, 12:39 PM
#5
Lively Member
functions
I copied your code into a module and put this code in a form. When it ran the message box displayed the value of wave as true. It worked fine, It might be in the rest of your code where the error occurs.
Private Sub Command1_Click()
Dim wave As Boolean
wave = False
If SayHi(wave) = True Then
MsgBox wave
End If
End Sub
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
|