LOTUSSCRIPT LANGUAGE
bulkPrice# = 11.400556 unitsSold% = 57 paymentDue@ = CCur(bulkPrice# * unitsSold%) Print paymentDue@ ' Prints 649.8317
labelPrice$ = "12.99" paymentDue@ = CCur(labelPrice$) * unitsSold% Print paymentDue@ ' Prints 740.43
See Also