drDeletePacket
drDeletePacket(
tx_display
t_packetName
)
=> t / nil
Description
Deletes the definition of the specified packet for the specified display device from virtual memory. The program does not check to see if any layer definitions use this packet.
Arguments
Value Returned
Examples
drDeletePacket("psb" "yellow")
=> t
Deletes the yellow packet for the psb display device from virtual memory.
drDeletePacket(27832 "yellow")
=> t
Deletes the yellow packet for the display device with the identifier 27832 from virtual memory.
Return to top