Tcl.getVariable

Get the value of a variable.

class Tcl
string
getVariable
(
string name
)

Parameters

name string

The name of the variable to get the value of.

Return Value

Type: string

A string containing the variable's value.

Meta