Hi,
I am new to Adobe development
1.In Adobe using script how to find out the entered field length.(example: user entered 123345.It should display length is 5)
2. How to take fisrt 3 characters in the Numeric field
Suggest some documentation for Adobe validations
Thanks
Srikanth
Also if you convert to the the string values for numeric fields you can use the 'sbstr()' or 'substring()' JavaScript methods.
Some code you can try in the JavaScript console or in a button action:
George Kaiser