On 09.12.2011, at 10:13, Richard Sanders wrote: > On Thu, 08 Dec 2011 13:23:12 -0800, Matthias Melcher > <[email protected]> wrote: > > [snip] >> I find the documentation precise and correct, but then again, I am not a >> native English speaker. Maybe you have a better suggestion what the text >> should be. > > Returns the number of entries (name/value pairs, comments and empty > lines) in a group.
Thanks for the additions. I will update the docs. >> And get(const char *name) returns the entry with a specific name (which in >> your case happen to be numbers). There is no mention that numerical names >> are counted by entries(). > > There is no mention that a name can not be numerical, the name is just > a string as is "abc". I do not see your point or why you even mention > it. I mention it because your sample code uses numerical names to generate an order of entries. This is of course legal and fine. But it seemed from the sample that all the confusion was caused from a mixup between a numeric name vs. the index of an entry. I am glad we were able to clear that up. - Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

