...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineFiledefineTable("myfile", { readkeyed: true, keyedread: true }); myfile.getRecord(100); if (myfile.found()) doSomething(); |
RPG Equivalent
%FOUND(file_name)
Requirements
This API requires the Profound.js Connector module.
...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineFiledefineTable("myfile", { readkeyed: true, keyedread: true }); myfile.getRecord(100); if (myfile.found()) doSomething(); |
RPG Equivalent
%FOUND(file_name)
Requirements
This API requires the Profound.js Connector module.