Thread
:
Bill Calculation
View Single Post
03-05-2005, 11:13 PM
#
4
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
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
View Public Profile
Find More Posts by Valmont