Updated 2009-06-14 09:13:22 by dkf

crange is a command in the TclX package.
crange string firstExpr lastExpr

Return the substring of string given by firstExpr and lastExpr.

Consider using string range instead.