Hello, I am trying to sort my output and am not sure how to insert a few lines in the right place, without re-ordering everything (if possible). Basically it looks like this, as an example: blue - 01 red-02 purple- 03 orange- 04 grey-05 These fields are numbered up to 100, with a code that already existed and are in the correct order. However between lets say blue 01 and red 02, I would like to add an additional field (for example green) so it would come after blue and before red. Is there a number I can assign to green, so that it will be listed after red and before purple. For example would 02.1 work, or is there a way to insert without messing up the other fields? There are basically 100 fields that are assigned codes in order, but I need to insert about 5 in certain places. Thanks!
... View more