B4R Code Snippet List module

It may be nice to have a List in B4R, so here is one, quite primitive. The module is a code module so it enables use of one list. If you need more - copy the module and change its name.
The array defined in the module has a fixed size which must be set prior to compilation by literals.
Sorting will be done only for values of numbers or numerical strings.
 

Attachments

  • List.zip
    1.8 KB · Views: 433
Top