Difference between revisions of "NL/Documentation/How Tos/Calc: functie INFO"
From Apache OpenOffice Wiki
		< NL | Documentation | How Tos
		
		
| m (moved Documentation/nl/How Tos/Calc: functie INFO to NL/Documentation/How Tos/Calc: functie INFO: Moving NL documentation to the NL NLC section of the Wiki) | m | ||
| Line 26: | Line 26: | ||
| |-valign="top" | |-valign="top" | ||
| |"<tt>'''release'''</tt>" | |"<tt>'''release'''</tt>" | ||
| − | |De identificatie van de productuitgave, bijvoorbeeld "<tt>''' | + | |De identificatie van de productuitgave, bijvoorbeeld "<tt>'''AOO4115m2(Build:9813)'''</tt>". | 
| |-valign="top" | |-valign="top" | ||
| Line 34: | Line 34: | ||
| |-valign="top" | |-valign="top" | ||
| |"<tt>'''recalc'''</tt>" | |"<tt>'''recalc'''</tt>" | ||
| − | |De huidige modus voor het herberekenen van formules, of "<tt>'''Automatic'''</tt>" of "<tt>'''Manual'''</tt>", of het equivalent in uw taal ( | + | |De huidige modus voor het herberekenen van formules, of "<tt>'''Automatic'''</tt>" of "<tt>'''Manual'''</tt>", of het equivalent in uw taal ({{menu|Extra|Opties|Taalinstellingen|Talen}}). | 
| |} | |} | ||
| </blockquote> | </blockquote> | ||
| Line 43: | Line 43: | ||
| : geeft <tt>'''WNT'''</tt> terug op een Windows-systeem, of andere tekst op andere besturingssystemen zoals boven vermeld. | : geeft <tt>'''WNT'''</tt> terug op een Windows-systeem, of andere tekst op andere besturingssystemen zoals boven vermeld. | ||
| − | {{Documentation | + | {{NL/Documentation/ZieOok| | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Informatie-functies|Informatie-functies]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Werkbladfuncties|Werkbladfuncties]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}} | 
| [[Category: NL/Documentation/Reference/Calc]] | [[Category: NL/Documentation/Reference/Calc]] | ||
Latest revision as of 14:14, 28 January 2024
INFO
Geeft informatie terug over de huidige werkomgeving.
Syntaxis:
INFO(type)
- type is een tekenreeks van tekst die het type informatie, dat moet worden teruggegeven, bepaald:
type teruggegeven informatie "osversion" Altijd "Windows (32-bit) NT 5.01", om redenen van compatibiliteit. "system" Het type van het besturingssysteem: 
"WNT" voor Microsoft Windows
"LINUX" voor Linux
"SOLARIS" voor Solaris."release" De identificatie van de productuitgave, bijvoorbeeld "AOO4115m2(Build:9813)". "numfile" Altijd 1, om redenen van compatibiliteit. "recalc" De huidige modus voor het herberekenen van formules, of "Automatic" of "Manual", of het equivalent in uw taal (Extra → Opties → Taalinstellingen → Talen). 
Voorbeeld:
INFO("system")
- geeft WNT terug op een Windows-systeem, of andere tekst op andere besturingssystemen zoals boven vermeld.
Zie ook

