======crc32====== Calculate the CRC32 polynomial of a [[PTPScript:Types:String|String]]. \\ **Syntax** * ''[[PTPScript:Types:Number|Number]] crc32( [[PTPScript:Types:String|String]] subject )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to calculate a polynomial for. \\ **Result** * [[PTPScript:Types:String|String]] - The CRC32 polynomial. Returns the CRC32 (Cyclic Redundancy Checksum, using 32-bit lengths) polynomial of ''subject''. The polynomial is an unsigned integer.