Skip to main content
Alex Doubts
Known Participant
July 31, 2017
Question

How to get leading plus sign while fetching value from a text field in adobe acrobat pro?

  • July 31, 2017
  • 1 reply
  • 284 views

I want  to get leading plus sign while fetching value from a text field in adobe acrobat pro. I have typed (say +326777) in the text field, but on fetching the same, getting

326777 instead of +326777. I am fetching the text field data as below:

getField("txtNum").value;

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
July 31, 2017

Use valueAsString instead of value.