Forum Discussion

dragonflymr's avatar
dragonflymr
Icon for Cirrostratus rankCirrostratus
Dec 10, 2015

proc - how to interpret

Hi, I am puzzled what is exact purpose of char declaration in proc below (from proc randomNumberGenerator {length {chars "0123456789"}} { set range [expr {[string length $chars]-1}] set txt...