ezeio2:expref:year

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
ezeio2:expref:year [2019-09-02 18:55] andrehezeio2:expref:year [2021-07-20 01:04] andreh
Line 1: Line 1:
-===== Year ======+===== User defined memory ======
  
-==== Year() ====+==== v() / vf() ====
  
-Returns the current year.+Returns the value of a user-defined cell.
  
 === Description === === Description ===
  
-<code>Year()</code>+<code>vADDRESS )</code> 
 +<code>vf( ADDRESS)</code>
  
-Returns the current year, like 2019.+Returns the value of the cell. 
 + 
 +v() assumes the cell contains an integer value. 
 + 
 +vf() assumed the cell contains a floating point value.
  
 === Parameters === === Parameters ===
  
-none+| ''ADDRESS'' | the address of the cell (0-511) |
  
 === Return value === === Return value ===
  
-This function returns the current year in the time zone set for the ezeio.+This function returns the value of one of the user-defined cells.
  
 === Example usage === === Example usage ===
  
-<code>Year()</code> +<code>v(17)</code>
  
 +<wrap hi>NOTE: First appeared in firmware 21071901</wrap>
  
  
  • ezeio2/expref/year.txt
  • Last modified: 2021-07-20 01:04
  • by andreh