MattJenneson
Programmer
Hi,
I'm new to delphi and been lumbered with a project for work.
I need to pad a number with zero's.
ie. 1 becomes 0000001
2 becomes 0000002
etc
Similar to the RIGHT function in SQL.
I'm sure it's simple, i just can't find it.
Thank you.
I'm new to delphi and been lumbered with a project for work.
I need to pad a number with zero's.
ie. 1 becomes 0000001
2 becomes 0000002
etc
Similar to the RIGHT function in SQL.
I'm sure it's simple, i just can't find it.
Thank you.