|
-
Mar 11th, 2015, 04:21 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] If... Then (without using = true or = false)
I'm reading the following code:
Dim fRecording as Boolean
If fRecording Then
...
End If
I thought the use of If... Then using a Boolean variable should be
If fRecording = true then
....
End If
What means If fRecording Then... without the use of = false or = true?
Tags for this Thread
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
|