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