Search results

  1. P

    Can "batch" lookup to Table be faster than to Array?

    Thanks arnelgp. But ELookup is optimized for looking up a (Dictionary) Word in the each Context's Str repeatedly, by loading each Context's record into memory. My needs in the case of "Translator" is opposite. It is to lookup each Content's Word in a Dictionary List which should be loaded into...
  2. P

    Can "batch" lookup to Table be faster than to Array?

    Hi! I am coding for a mini-translator in Access, among several languages. I am thinking about the best container for the data table. Multi-Dimension Array is of course a standard programming choice. But I am considering to put it into a Table, so that I can share the same set of data table with...
Back
Top Bottom