Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
titleRetrieve record with first key key equal to 101
pjs.defineTable("myfile", { keyed: true, read: true });
myfile.getRecord(101);
if (myfile.found())
  doSomething();

Video Tutorial

Widget Connector
urlhttps://www.youtube.com/watch?v=1Dgl8yP2b2Q

RPG Equivalent

CHAIN

Requirements

...