Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
declaring CURRENCY globbaly
#1
Is it not possible to declare CURRENCY globbaly by placing a + next to it?

I can't seem to get it to work. For example:

str a="123000"
CURRENCY+ =a

I am getting a set of strings from users and need it converted as $.

Thanks
Denise
#2
In your code, the variable is missing.

CURRENCY+ g_cy=a
#3
Oh is it suppose to be:

str a="123000"
CURRENCY+ b_cy=a
out b


Forum Jump:


Users browsing this thread: 1 Guest(s)