sergelaurent
Technical User
I have the following code:
#I have variable containing :
#array set toto [list {0} {} {1} {tom tim tam} {2} {fom fim fam}]
set var [lindex toto {2 1}]
puts $var
I expected to get "fom" but i got a bug!!!
Can someone tell me how I can extract information from my list "toto"?
#I have variable containing :
#array set toto [list {0} {} {1} {tom tim tam} {2} {fom fim fam}]
set var [lindex toto {2 1}]
puts $var
I expected to get "fom" but i got a bug!!!
Can someone tell me how I can extract information from my list "toto"?