...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineTable("myfile", { keyed: true, read: true }); myfile.getRecord(101); if (myfile.found()) doSomething(); |
RPG Equivalent
CHAIN
Requirements
This API requires the Profound.js Connector module.
...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineTable("myfile", { keyed: true, read: true }); myfile.getRecord(101); if (myfile.found()) doSomething(); |
RPG Equivalent
CHAIN
Requirements
This API requires the Profound.js Connector module.