A program to recognize and reward our most engaged community members
I have a variable ' i' having value as string ' A B C D'. I want to create an array with it as *createstringarray 91 'A' 'B' 'C' 'D'
What to do?
Hi jouher,
Try this:
*createstringarray [llength $i] {*}$i