Code: Select all
if {[file exists $myfile]} {
exists
Code: Select all
if {[array exists $mylist]} {
a different procedure, or even a local variable?
I am making a script which checks if a global
variable exists from another script, and then
it uses that variable for string matching purpose.