Adobe JavaScript - How to use AFNumber_Format() or better use native JavaScript? -


using adobe javascript inside of adobe formular. i'm looking numeric formatting (german): example 12.345,67

i found api adobe http://www.adobe.com/devnet/acrobat/pdfs/formsapireference.pdf

and small sample:

afnumber_format(2, 0, 0, 0, "$", true);  

questions:

a) afnumber_format(2, 0, 0, 0, "$", true); right way ?

b) looking more samples afnumber_format(2, 0, 0, 0, "$", true);

c) it's better use native javascript. hint native framework same like: afnumber_format(2, 0, 0, 0, "$", true);

adobe javascript hardly documented. after downvoting question, answer myself.

i found small sample more documentation adobe javascript https://forums.adobe.com/thread/286267

but 1 part of questions.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -