DigitalFusion
02-27-2006, 09:53 PM
Ok, I cant figure this out, and I am sure it is somethign stupid cause I am over tired. I am getting this error:
Error Type:
Microsoft VBScript compilation (0x800A03F2)
Expected identifier
/intranet/sales_cservice/ezpricer/pricerfunctions.asp, line 3, column 4
Sub Currency(str)
---^
This is the sub:
Sub Currency(str)
if str <>"" then
str = FormatCurrency(str,2)
End Sub
What am I missing here?
Error Type:
Microsoft VBScript compilation (0x800A03F2)
Expected identifier
/intranet/sales_cservice/ezpricer/pricerfunctions.asp, line 3, column 4
Sub Currency(str)
---^
This is the sub:
Sub Currency(str)
if str <>"" then
str = FormatCurrency(str,2)
End Sub
What am I missing here?