new(core.gbapp): New line member on object returned from FIND keyword.
This commit is contained in:
parent
666c765503
commit
9fec9afdf7
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue