Skip to main content

IndependentModuleList

IndependentModuleList (listSepStr)

The IndependentModuleList function returns a string containing a list of independent module names separated by listSepStr.

Use StringFromList to access individual names.

Parameters

listSepStr contains the character, usually ";", to be used to to separate the names in the returned list.

Details

In Igor 6, only the first byte of listSepStr was used. In Igor 7 and later, all bytes are used.

ProcGlobal is not in the returned list, and the order of returned names is not defined.

See Also

Independent Modules, GetIndependentModuleName, StringFromList, FunctionList