I am using vbscript to retrieve data out of an Oracle database and populating a variable.
I would like to format this variable (two of them) as currency and numbers.
I need this as numbers with commas.
TotalClaims = RecordSet("TotalClaims"
I need this as currency with commas etc.
TotalPaid = RecordSet("TotalPaid"
Help is appreciated.
I would like to format this variable (two of them) as currency and numbers.
I need this as numbers with commas.
TotalClaims = RecordSet("TotalClaims"
I need this as currency with commas etc.
TotalPaid = RecordSet("TotalPaid"
Help is appreciated.