how do i display number in 8 digits all time? for example if the value is 527, display as 00000527
From the manual:
zeropad(number, digits)
Pad number out to a certain number of digits by adding zeroes in front of the number, then returning the result as a string. For example, zeropad(45, 5) returns the string "00045".
Develop games in your browser. Powerful, performant & highly capable.
EncryptedCow
thank u! <img src="smileys/smiley1.gif" border="0" align="middle" />