nInch2Cm() Inches into centimetres Syntax: nInch2Cm( nNumber ) -> nResul nNumber : is the value in inches. Description: Converts a length from inches into centimetres. Return: The value of nNumber converted into centimetres. Example: ? nInch2Cm( 12 ) // 30.48