G
Guest
I need a field dim definition that will always be 5 postions long and zero
filled to the left. This is a counter that will count to approximate 10000
but needs to be 00001 then 00002 then 00003 and so on. Everything I have
tried ends up taking away the leading zeros. Even the initial equal line in
the program will automatically rewrite the statement ctr2 = 00001 to be ctr2
= 1. With each pass of the program logic I then need to be able to add 1 to
the value. Thank you for your help!
filled to the left. This is a counter that will count to approximate 10000
but needs to be 00001 then 00002 then 00003 and so on. Everything I have
tried ends up taking away the leading zeros. Even the initial equal line in
the program will automatically rewrite the statement ctr2 = 00001 to be ctr2
= 1. With each pass of the program logic I then need to be able to add 1 to
the value. Thank you for your help!