| Home | All functions | Categories |
vuMACCount(), LONG
Returns the number of Media Access Control (MAC) adapters found on the PC.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
LONG containing the number of active adapters on the PC.
MESSAGE('There were ' & vuMACCount() & ' adapters found on this PC')
| Home | All functions | Categories |