BUGFIX: single letter FragmentNumbers gave "\n" as return string.
This bug was introduced when we changed the code from for(..=0; ... < bla; i++) to for (..=i..;i--;)