TCL Concepts
Thursday, July 12, 2012
Easiest Example for upvar in TCL
›
Usage: Used when we have to change the value of a global variable from inside a procedure’s scope Example proc example {one t...
14 comments:
Usage of ?: in TCL
›
Usage: ?: is used in sub patterns in a regexp When ever you don’t want a particular subpattern to be included as a sub-pattern us...
regsub Command
›
Regsub Usage Replaces a value with a given value Syntax: regsub “<actual value in the string>” $string “<value to r...
1 comment:
Home
View web version