ezeio2:expref:year

Differences

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

Link to this comparison view

Next revision
Previous revision
ezeio2:expref:year [2019-06-15 17:17] – created andrehezeio2:expref:year [2021-07-20 01:04] (current) andreh
Line 1: Line 1:
-===== Expressions ======+===== User defined memory ======
  
-==== Year() ====+==== vaddress ) / vf( address ) ====
  
-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.1560619059.txt.gz
  • Last modified: 2019-06-15 17:17
  • by andreh