Get an array of COM ports
──────────────────────────────────────────────────────────────────────────────

Syntax

H_GetComPorts()

Arguments:

None

Returns:

An array of Com ports

Description:

Calls a FUNCky routine to determine which COM ports are present.

Examples:

H_GetComPorts() -> { "COM1" , "COM2" }

Header File: H_LIB52.CH

Source: GETCOM.PRG

Author: Martin Colloby