Opened 15 years ago
Closed 15 years ago
#40 closed task (fixed)
Función para pasar listas nombradas (arrray set) de Tcl a Tol
Reported by: | livanr68 | Owned by: | livanr68 |
---|---|---|---|
Priority: | major | Milestone: | GUI 0.5 |
Component: | GUI | Keywords: | |
Cc: |
Description
Se necesita esta función para facilitar la implementación de la capa de
comunicación de Tcl a Tol.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from lramirez to livanr68 |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Se ha implementado la siguiente función en MMS_layer_gui.tcl
#/
proc EvalTolFun {function grammar arrayname args} {
# PURPOSE : Evaluates a function at the Tol console.
# "function" is a name of a Tol function.
# "grammar" is the grammar of the function.
# "arrayname" is a Tcl array that is converted to a Tol Set of
Text.
# "args" are other arguments which will be passed whithout
changes.
#/