Page 1 of 1

How to display large numbers(without Exponential) in REXX

PostPosted: Mon Aug 01, 2016 7:36 pm
by tarun0712
Hi,

According to my requirement I need to generate test data. First test data should be random and later on test data value should increase by 1 till Input number of test data is reached. Everything is working fine but i am getting result in exponential form instead i need in full long form. Any help would be appreciated.. :) Thanks. :)

Re: How to display large numbers(without Exponential) in REX

PostPosted: Mon Aug 01, 2016 9:19 pm
by Akatsukami
Use NUMERIC DIGITS to allow the result to be expressed as a string of digits rather than in numeric form.