I have the following form calc calculation set up to calculate percent of:
if (TotalCurrent <> 0)
then
SmallActualCurrentPerc=(SmallActual / TotalCurrent) * 100
else
0
endif
I have the display pattern and edit pattern set to z9.9% but when the calculation is performed the % does not display. How do I fix this.
Thanks!
num(en){szzzzzzzzzzzzzzzzvz9'.'9z'\u0025'}
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script