close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

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 livanr68

Owner: changed from lramirez to livanr68
Status: newaccepted

comment:2 Changed 15 years ago by livanr68

Resolution: fixed
Status: acceptedclosed

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.
#
/

Note: See TracTickets for help on using tickets.