Searched refs:Zpad (Results 1 – 1 of 1) sorted by relevance
813 var fnZPad = function (Zpad, count) argument815 while(Zpad.length < count) {816 Zpad += '0';818 return Zpad;