drDeleteDisplay
drDeleteDisplay(
t_displayName
)
=> t / nil
Description
Deletes the specified display device. You can use the drLoadDrf SKILL function to load a file containing this function.
Arguments
Value Returned
Example
drDeleteDisplay("psb")
=> t
Deletes the display device named psb.
Return to top