Difference between revisions of "OOoES/Traduccion/Calc: Funcion INFO"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== INFO == Proporciona información relativa al entorno. === Sintaxis: === <tt>''' INFO(Texto)'''</tt> :Donde <tt>''' Texto'''</tt> puede ser "osversion", "system", "relea…')
 
(INFO)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== INFO ==
 
== INFO ==
Proporciona informaci&oacute;n relativa al entorno.
+
Permite conocer información relacionada con la computadora en que está instalado OpenOffice, versión del programa y otra información, según sea el contenido del argumento. El argumento “texto” contiene un dato de tipo texto, indica la información que quiere obtenerse. Las diferentes opciones del argumento “Text”
  
 
=== Sintaxis: ===
 
=== Sintaxis: ===
 
<tt>''' INFO(Texto)'''</tt>
 
<tt>''' INFO(Texto)'''</tt>
:Donde <tt>''' Texto'''</tt> puede ser "osversion", "system", "release", "numfile" y "recalc".
+
:Donde ''' Texto''' puede ser "osversion", "system", "release", "numfile" y "recalc".
  
 
=== Ejemplo: ===
 
=== Ejemplo: ===
<tt>''' INFO("osversion")'''</tt>
+
<tt>''' =INFO("osversion")'''</tt>
 
:Devuelve Windows (32-bit) NT 5.01 (por ejemplo).
 
:Devuelve Windows (32-bit) NT 5.01 (por ejemplo).
  
 +
<tt>'''=INFO("system")'''</tt>
 +
:Devuelve “WNT”. Mi computador tiene sistema operativo Windows.
  
[[Category:ES]]
+
<tt>''' ("release")'''</tt>
 +
: Devuelve “330m20(Build:9567)”.
 +
 
 +
== Vea También ==
 +
'''[[OOoES/Traduccion/Calc: Funcion ESERR|ESERR]]'''
 +
 
 +
'''[[OOoES/Traduccion/Calc: Information functions|Funciones de Information]]
 +
 
 +
[[Category:OldES]]

Latest revision as of 15:55, 17 October 2012

INFO

Permite conocer información relacionada con la computadora en que está instalado OpenOffice, versión del programa y otra información, según sea el contenido del argumento. El argumento “texto” contiene un dato de tipo texto, indica la información que quiere obtenerse. Las diferentes opciones del argumento “Text”

Sintaxis:

INFO(Texto)

Donde Texto puede ser "osversion", "system", "release", "numfile" y "recalc".

Ejemplo:

=INFO("osversion")

Devuelve Windows (32-bit) NT 5.01 (por ejemplo).

=INFO("system")

Devuelve “WNT”. Mi computador tiene sistema operativo Windows.

("release")

Devuelve “330m20(Build:9567)”.

Vea También

ESERR

Funciones de Information

Personal tools