The following code:
set elt "one two three"
puts [lindex $elt 2]
set elt [split $elt " "]puts [lindex $elt 2]
will output:threetwo
that's why i believe that the patch is risky and require accurate testing (and
probably it's not the right approach).
Bye,Fulvio
Messaggio originale
Da: c
Hi Fulvio,
Please try branch fix_proper_list2 for an updated patch.
Cristian S.
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Is