Next: islogic() Up: MacAnova Help File Previous: isgraph()   Contents

islocked()

Usage:
islocked(arg1 [, arg2, ...])



Keywords: general, variables
islocked(arg) returns True if arg is a locked variable and False
otherwise.  If arg is undefined, islocked() returns False.

islocked(arg1, arg2, ..., argk) returns a LOGICAL vector, each element
of which is True or False depending on whether or not the corresponding
argument is locked.

See also lockvars(), unlockvars(), 'variables:"locked_variables"'.


Gary Oehlert 2003-01-15