|
-
Dec 23rd, 2004, 12:30 PM
#1
code test
VB Code:
'Somebody else's Code:
If something Then
Debug.Print "Hello"
Else
Debug.Print "Hi"
End If
VB Code:
'here is a comment if then else
if then else
debug.print "Hi"
end if
-
Dec 23rd, 2004, 12:31 PM
#2
Re: code test
Note to self - case sensitivity....
VB Code:
'Somebody else's Code:
If something Then
Debug.Print "Hello"
Else
Debug.Print "Hi"
End If
VB Code:
'here is a comment if then else
if then else
debug.print "Hi"
end if
-
Dec 23rd, 2004, 12:31 PM
#3
Re: code test
VB Code:
'Somebody else's Code:
If something Then
Debug.Print "Hello"
Else
Debug.Print "Hi"
End If
VB Code:
'here is a comment if then else
if then else
debug.print "Hi"
end if
-
Dec 27th, 2004, 11:54 AM
#4
Re: code test
'here is a comment if then elseif then else
debug.print "Hi"
end if
CODE
Code:
'here is a comment if then else
if then else
debug.print "Hi"
end if
VBCODE
visual basic code:'here is a comment if then else
if then else
debug.print "Hi"
end if
-
Dec 27th, 2004, 11:57 AM
#5
Re: code test
visual basic code:
VB Code:
'here is a comment if then else
VB Code:
if then else debug.print "Hi" end if[color=#007f00][/color]
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
|