Versions Compared

Key

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

...

 

Code Block
languagejavascript
titleRead 10 bytes from the local data area
try {

  var buffer = pjs.getDataArea("*LDA", 10);

}
catch (error) {

  // Problem! Data not retrieved.

}

 

RPG Equivalent
IN


Requirements

This API requires the Profound.js Connector module.