Name
GetDefaultAdapter -- get default adapter for type (V10.0)
Synopsis
adapter$ = GetDefaultAdapter(type)
Function
This function gets the default adapter for the type specified by type and returns it. The adapter types that can be passed in type are described in the manual for the SetDefaultAdapter() function. See SetDefaultAdapter for details.

Note that if no default adapter has been set using SetDefaultAdapter() for a specific type, an empty string will be returned.

Inputs
type
adapter type to query

Show TOC