View Single Post
Old Jan 20th, 2008, 6:25 PM   #3
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 171
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
Re: What is Wrong with this If Statement? Please Help.

Next time use the code=vb tags like this:
vb Syntax (Toggle Plain Text)
  1. if (2=2) then
  2. messagebox("Same number")
  3. else
  4. messagebox("Not the same number")
  5. end if
it will look better
PhilBon is offline   Reply With Quote