Usage:
gdbCreate objectType
| Flag |
Argument |
Default |
Description |
-parent |
pHandle |
|
The object's parent. |
-name |
oName |
|
Name for the object. |
-result |
tclVar |
|
TCL var name for result. Previous object will be destroyed. |
Required Options for Creation of Variables:
-varType |
vType |
|
Variable type (variables only). |
-varFmt |
vFmt |
|
Variable format (variables only). |
Object Types (Not all are supported here):
null
object
data
cell
entry
variable
text
table
dbase
ptr
root
Variable Types:
null
text
int
float
double
ptr
|