TableDelete
PowerScript function
Description
Deletes the specified table.
Applies to
Syntax
|
1 |
boolean rtename.TableDelete(long tableID) |
|
Argument |
Description |
|---|---|
|
tableID |
The unique ID that identifies the table. If passing 0 to the tableID argument, that means deleting |
Return value
Boolean.
Returns true if it succeeds, and returns false if the specified
table ID is invalid or the table is not found. Returns null if any
argument is null.
Examples
The following example deletes the specified table:
|
1 2 3 4 5 |
long ll_tableid boolean lb_rtn ll_tableid = rte_1.TableInsert(3,4) lb_rtn = rte_1.TableDelete(ll_tableid) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest