ezeio2:scriptref:setval

This is an old revision of the document!


Set value of a user-defined memory cell

Description

SetVal( address, value )

Set the value of one of the user defined memory cells. There are 512 32-bit cells available. The values are stored in NVM, so they will remain through power loss/reset.

Parameters

address Address, 0-511
value New value

Return value

Returns the previous value of the cell.

Example usage

 
   new x;
 
   SetVal(100, 4711);  // Set cell with address 100 to value 4711
   x = GetVal(100);    // Read cell 100
 
   // x now has the value 4711

NOTE: First appeared in firmware 21071901

  • ezeio2/scriptref/setval.1626742755.txt.gz
  • Last modified: 2021-07-20 00:59
  • by andreh