daniel <offstuff / aon.at> schrieb in im Newsbeitrag: 3e84b97e$0$20692$91cee783 / newsreader02.highway.telekom.at... > > Sabby and Tabby <sabbyxtabby / yahoo.com> schrieb in im Newsbeitrag: > f5a79bf2.0303280429.14bc682e / posting.google.com... > > "daniel" <offstuff / aon.at> wrote: > > > > [...] > > > > Avoiding the question of i++, a common idiom (if a google search for > > "ruby tklistbox" is any indication) would be: > > > > arr_stuff.each { |a| > > $tk_listbox_stuff.insert('end', a.to_s) > > } > > > > [...] additional... $tk_listbox_stuff.insert('end', a.to_s) ....is not a solve for my problem, because i need the idx for extension things...