I have a variable " i" having value as string " A B C D". I want to create an array with it.
Jouher_20929
Altair Community Member
Answers
-
Hi jouher,
Try this:
*createstringarray [llength $i] {*}$i
0