B4J Code Snippet Text File To List Variable

Ola

I'm working on some random data generator so I need to be processing some lists. After I downloaded a list of countries from the interweb, I needed a way to quickly convert this into a list variable for my B4J program.

When a file is selected, its read into a list and the code generated as a B4J variable with all the names on the file.

Text2List.gif
 

Attachments

  • Text2List.zip
    2.3 KB · Views: 424
  • capitals.zip
    1.8 KB · Views: 316
  • countries.zip
    1.4 KB · Views: 321
Last edited:
Top