i am having a problem, i have a numeric variable (99999999991) with 11 digits, and when i pass it to a charicter variable it comes out: 009.999E+10
this is the code:
cCert2 = padl(alltrim(str(nCert)),11,'0')
ncert value is 99999999991
ccert2 comes out 009.999E+10
how do i make cCert2 "99999999991"
thanks in advance
-Mike
this is the code:
cCert2 = padl(alltrim(str(nCert)),11,'0')
ncert value is 99999999991
ccert2 comes out 009.999E+10
how do i make cCert2 "99999999991"
thanks in advance
-Mike