Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: >> Isn't it possible to use the index in the combox? This would avoid >> comparing translated strings, wouldn't it? > > But the index differs depending on what kind of floats the document has. > Or do I misunderstand you?
But for a given document and a given time the list is fixed. If it changes (e. g. because you add a table), the combobox needs to be updated anyway, so in theory it should be possible to use indices. Georg