slaRemoveVerificationSpace
slaRemoveVerificationSpace(
t_spaceName
)
=> t / nil
Description
Removes a verification space from a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
Examples
Opens a setup library view in the edit mode and removes the specified verification space.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveVerificationSpace("space1")
=> t
Related Topics
Setup Library Assistant Functions
Return to top