Answered
custom format
If I use this code for example AFNumber_Format(2, 0, 0, 0, "$", true); how can i get currency to show on right side of value? also can it have 2 currency symbol one on the left, and one on the right?
If I use this code for example AFNumber_Format(2, 0, 0, 0, "$", true); how can i get currency to show on right side of value? also can it have 2 currency symbol one on the left, and one on the right?
Use this as custom format script:
event.value = util.printf("$%,0.2f$",event.value);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.