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: cristi...@gmail.com

Data: 11/07/2013 18.51

A: "f...@libero.it"<f...@libero.it>

Cc: "scid-users"<scid-users@lists.sourceforge.net>

Ogg: Re: minor patch for fics window



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
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to