Name
mui.HaveObject -- check if MUI object exists (V1.7)
Synopsis
r = mui.HaveObject(id$)
Function
This function simply checks whether a MUI object of the given id$ exists or not. If it exists, True is returned, False otherwise.

Inputs
id$
MUI object id to check
Results
r
True or False depending on whether the object exists

Show TOC