B4J Library jMXLookup

See the attached library for MX Lookups.

Extract all files to the additional libs folder

There are a few requirements for this one to work.
This library appends the output to a specific file located in C:\Results\MXResults.txt
then you use the TextReader to ReadALL.
You must clear the file on entry to create a "clean slate"

I use
B4X:
 File.WriteString("C:\Results","MXResults.txt","")

Hope this is helpful for someone.:)
 

Attachments

  • jMXLookup.zip
    5.6 KB · Views: 404
Last edited:
Top