function LPad(ContentToSize,PadLength,PadChar) { return GetRepeatedCharString(PadChar, PadLength -ContentToSize.length) + ContentToSize;}function GetRepeatedCharString(Char, Size) { if (Size < 1) return ""; else if (Size == 1) return Char; else return GetRepeatedCharString(Char, Size / 2) +GetRepeatedCharString(Char, (Size + 1) / 2);}Arguments:ContentToSize - Content to be PaddedPadLength -Length of the string after paddingPadChar - Character to be Padded if the String is length is lesser thenPadLengtheg.LPad(a,4,"0") will return 000a


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate