Quantcast
Channel: Adobe Community : Popular Discussions - JavaScript
Viewing all articles
Browse latest Browse all 12130

How to fetch data from a Text Field with big size integers under a button field?

$
0
0

How to fetch data from a Text Field with big size integers under a button field?

 

I am fetching data from a Text Field with data 3123123333333333333333314324213432423424 under a button field. I am not getting the exact data on fetching the same.. Tried converting to string. But not getting the desired value. Please provide a solution at the earliest..

 

My code is as follows:

var s=this.getField("x").value;

var sy=String(this.getField("x").value);

app.alert(s);

app.alert(sy);

I am getting data as 3.122222222222222244e+23 or so.


Viewing all articles
Browse latest Browse all 12130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>