QASHToken agentID = resolveExpression(agentIDName);
AgentInstance agentInstance = (AgentInstance)qashProperties.getActiveAgent(new Integer(agentID.toString()));
if (agentInstance==null)
throw new Exception("Unknown agentID");
agentInstance.DELPROP(key.toString(),null);
}
catch (Exception e) {
printError(DELPROP,"Problem processing DELPROP command ("+e.toString()+") :",currToken);
}
}