new(core.gbapp): New line member on object returned from FIND keyword.

This commit is contained in:
Rodrigo Rodriguez 2020-10-20 10:44:47 -03:00
parent 666c765503
commit 9fec9afdf7

View file

@ -294,6 +294,7 @@ class SysClass {
for (let colIndex = 0; colIndex < row.length; colIndex++) {
output[header[colIndex]] = row[colIndex];
}
output['line'] = foundIndex + 1;
return output;
}
} catch (error) {