C.11. $world->delmacro

Abstract

$world->delmacro function: DELETEs a MACRO

$n = $world->delmacro( name );
 
$n = $world->delmacro( number );
 

Deletes the macro identified by the given number or name. If there are several macros with the same name, deletes them all. Returns the number of macros deleted.