![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveHow to set the following style array??
From: <jacky.meng@cosmobic.com>
Date: Mon Feb 27 2006 - 07:41:25 CET
1. In my test project, I have the following two structures in C format:
typedef structure _ST_DD {
typedef structure _ST_A {
I have extended the above structures with SWIG. From SWIG, no set
I don't know how to set value for the stdd[5] member of ST_A in Tcl. (
2. One more question:
If I have the following array:
The command [array get] only can get key/value pairs.
|