Hi
this is my program
<cfloop index="c" from="1111111111111111" to="9999999999999999">
#c# </cfloop>
The output is comming some thing like this 1.oooE.
but i want to display a 16 digit number between the given range.tell me a solution.
this is my program
<cfloop index="c" from="1111111111111111" to="9999999999999999">
#c# </cfloop>
The output is comming some thing like this 1.oooE.
but i want to display a 16 digit number between the given range.tell me a solution.