View Single Post
Old 03-05-2005, 11:13 PM   #4 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
First of all, look how I use the if statement, and then compare it with yours:
mine
Code:
if(service == 'p' || service == 'P')
yours
Code:
if(serviceCode == 'P' || 'p')
__________________
Valmont is offline   Reply With Quote