in my script,
a person is to type in the number 9999999999
9999999999 is saved as file1 (works fine)
9999999999 is loaded as integer1
integer2 is set equal to integer1
integer2 is saved as file2
But,the thing is that file2 is "1410065407 " when it should be "9999999999 "
file1 is how i wanted it (9999999999)
is the number too big or somthing?
how would it fix it?
thanks for your help
a person is to type in the number 9999999999
9999999999 is saved as file1 (works fine)
9999999999 is loaded as integer1
integer2 is set equal to integer1
integer2 is saved as file2
But,the thing is that file2 is "1410065407 " when it should be "9999999999 "
file1 is how i wanted it (9999999999)
is the number too big or somthing?
how would it fix it?
thanks for your help
Comment