
| Name | Value |
|---|---|
| NAME | SCRP QUERY DELETE |
| TAG | DELETE |
| ROUTINE | SCRPBK2 |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | RESTRICTED |
| DESCRIPTION | This RPC allows for the deletion of a query, usually at the request of the user. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Using SCDATA to represent the return array, the following is
the definition of the data being passed back via this RPC:
SCDATA(0) -> 1 - meaning deletion was successful
--- OR ---
-> 0 - meaning errors found ^ <number of errors>
SCDATA(1...n) -> error text
|