penguinspeaks
Technical User
Is there a way I can take the record being returned say 12.75, in which I would display as money, and separate the dollars(left side of decimal) from the cents(right side of decimal) and assign a variable to each of them?
end result would be something like Vcents = .75 and Vdollar = 12 or along those lines.
I wish to display the record return with different size fonts on the cents as I will have on the dollar part. If there is an easier way of doing this, please let me know as well.
Thanks in advance
Bam
end result would be something like Vcents = .75 and Vdollar = 12 or along those lines.
I wish to display the record return with different size fonts on the cents as I will have on the dollar part. If there is an easier way of doing this, please let me know as well.
Thanks in advance
Bam