docs

Home All functions Categories

vuMACDesc(Nmbr)

vuMACDesc(Long), CSTRING

Description

Returns the adapter description for the specified network adapter. Use vuMACCount() to determine how many adapters are available.

Parameters

Parameter Data Type Description
Nmbr LONG Index of the adapter (within the range returned by vuMACCount())

Returns

A CSTRING containing the description of the specified adapter.

Example

IF vuMACCount() > 0
  MESSAGE('The description of my first adapter is ' & vuMACDesc(1))
END

Notes

Home All functions Categories