sim.persistentDataRead

Reads a block of persistent data

Synopsis

bytes dataValue = sim.persistentDataRead(string dataTag) buffer dataValue = sim.persistentDataRead(string dataTag)

Arguments

  • dataTag: name of the data block

Return values

  • dataValue: value of the data block, or None/nil if data block does not exist. The returned data block may contain any value, including embedded zeros.


See also: