more common code cleanup

This commit is contained in:
commy2
2015-09-18 21:46:21 +02:00
parent f3a175e9d6
commit 85fd9d9d75
15 changed files with 82 additions and 91 deletions

View File

@ -1,6 +1,5 @@
/*
* Author: commy2
*
* Transforms a number to an string of the correspondending digits.
*
* Arguments:
@ -8,7 +7,7 @@
* 1: Set the minimal length of the returned string. Useful for getting left hand zeroes. (Number, optional)
*
* Return Value:
* Digits. The maximum length is six digits. (String)
* Digits. The maximum length is six digits. <STRING>
*
* Public: Yes
*/