Hello
I am getting this data with httpjob :
{"success":true,"message":"","result":{"Bid":0.00053300,"Ask":0.00053301,"Last":0.00053301}}
when i set label1 for thebid value it gives me : 5.33E-4 instead of 0.00053300
I tried to use numberformat2 like this but same result:
NumberFormat2(bid,1,10,0,False)
How can i avoid it ?
THx
I am getting this data with httpjob :
{"success":true,"message":"","result":{"Bid":0.00053300,"Ask":0.00053301,"Last":0.00053301}}
when i set label1 for thebid value it gives me : 5.33E-4 instead of 0.00053300
I tried to use numberformat2 like this but same result:
NumberFormat2(bid,1,10,0,False)
How can i avoid it ?
THx