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