Loading…
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(1556),0,16876);
- if (tmpArrayIndex >= eCounter)
- {
- ACKNOWLEDGE(literal_string(1557));
- process_abort();
- }
- _iassign(16878,tmpArrayIndex);
- result = SELECT_FROM_LIST(literal_string(1558),literal_string(1522));
- if (result == 0)
- {
- process_abort();
Please login for more