Available since version 2.10
Remove todos os objetos cujo nome inicie com um prefixo específico e opcionalmente por tipo.
Function
Section titled “Function” Name: ObjClear Copied!
Aliases: ObjClr Copied!
Parameters
Section titled “Parameters”Examples
Section titled “Examples”//Default example:
ObjClear[prefix, type = -1]
//Using aliases:
ObjClr[prefix, type = -1]
//Other examples:
ObjClear["Linha"] // Remove todos os objetos que começam com "Linha"
ObjClear["Sinal", OBJ_TREND] // Remove somente objetos de tendência com prefixo "Sinal"