Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Format str $0.00
#3
Also, for currency.

Macro
Code:
Copy      Help
CURRENCY c1="$1234.5678"
c1.round(c1 2)
str s
s=c1
s.format("$%s" s)
out s
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)