Answered
Dear everyone,
My PDF has 2 text field.
i create the javascript to F1 as below:
this.getField("F2").value = this.getField("F1").value;
But result is not right.
i type "123213123123123123123123123" in F1,but F2's value is "1.2321312312312312e+26"
then
app.alert(this.getField("F1").value),that is "1.2321312312312312e+26";
i can not find eny to fix it.can you help me!?
thank you.
You can also try using valueAsString instead of value.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com