NumParalel() Returns the number of parallel ports Syntax: NumParalel() -> nPorts Description: Returns the number of parallel ports on system. Return: A numeric value with the number of parallel ports. Example: Warning( "You have " + Str ( NumParalel() ) + " parallel ports" )