Loading…

Method Name: deleteEntry

Method ID: 0x42FB

Method Label: Delete Entry

Method Help: Deletes an Entry from the conversion table.


  • {
  • char status[3];
  • int result;
  • int counter;
  • int eCounter;
  • eCounter = entryCount;
  • _iassign(16876,eCounter - 1);
  • _get_dev_var_value(literal_string(1642),0,16876);
  • if (tmpArrayIndex >= eCounter)
  • {
  • ACKNOWLEDGE(literal_string(1643));
  • process_abort();
  • }
  • _iassign(16878,tmpArrayIndex);
  • result = SELECT_FROM_LIST(literal_string(1644),literal_string(1608));
  • if (result == 0)
  • {
  • process_abort();


Please login for more