int index = Ln.arrayToInt(data.getData());
if (srcMod.stringLocations.get(file).containsKey(index)) {
int offset = srcMod.stringLocations.get(file).get(index);
LImport stream = streams.get(file);
stream.pos(offset);
switch (file) {
case STRINGS:
int input;
String string = "";