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

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

Inputs
type
loader type to query

Show TOC