aboutsummaryrefslogtreecommitdiff
path: root/source/es/helpcontent2/source/text/sbasic/shared.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/es/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po2244
1 files changed, 1126 insertions, 1118 deletions
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 906c9d0238f..88439ad0ca0 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2017-05-17 15:41+0200\n"
-"PO-Revision-Date: 2017-05-25 23:28+0000\n"
+"POT-Creation-Date: 2017-05-30 09:54+0200\n"
+"PO-Revision-Date: 2017-06-01 23:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1495754926.000000\n"
+"X-POOTLE-MTIME: 1496360229.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -475,6 +475,14 @@ msgstr "Blanco transparente"
#: 00000003.xhp
msgctxt ""
"00000003.xhp\n"
+"par_id051920171018124524\n"
+"help.text"
+msgid "This function is enabled with the statement <item type=\"literal\">Option VBASupport 1</item> placed before the executable program code in a module."
+msgstr "Esta función se activa por medio de la instrucción <item type=\"literal\">Option VBASupport 1</item>, colocada antes del código del programa ejecutable de algún módulo."
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
"hd_id3152869\n"
"help.text"
msgid "<variable id=\"errorcode\">Error Codes</variable>"
@@ -1341,16 +1349,16 @@ msgctxt ""
"00000003.xhp\n"
"par_id31455973\n"
"help.text"
-msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
-msgstr "<variable id=\"err973\">973 no se permite dentro de un procedimiento</variable>"
+msgid "<variable id=\"err973\">973 not allowed within a procedure</variable>"
+msgstr "<variable id=\"err973\">973 no se permite dentro de un procedimiento</variable>"
#: 00000003.xhp
msgctxt ""
"00000003.xhp\n"
"par_id31455974\n"
"help.text"
-msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
-msgstr "<variable id=\"err974\">974 no se permite fuera de un procedimiento</variable>"
+msgid "<variable id=\"err974\">974 not allowed outside a procedure</variable>"
+msgstr "<variable id=\"err974\">974 no se permite fuera de un procedimiento</variable>"
#: 00000003.xhp
msgctxt ""
@@ -7062,7 +7070,7 @@ msgctxt ""
"par_id3166424\n"
"help.text"
msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
-msgstr "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Título de diálogo\")"
+msgstr "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Título del cuadro de diálogo\")"
#: 03010102.xhp
msgctxt ""
@@ -7070,7 +7078,7 @@ msgctxt ""
"par_id051220170242005479\n"
"help.text"
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
-msgstr ""
+msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Título del cuadro de diálogo\")"
#: 03010103.xhp
msgctxt ""
@@ -10230,7 +10238,7 @@ msgctxt ""
"par_id3147427\n"
"help.text"
msgid "16 : Returns the name of the directory only."
-msgstr "16 : Sólo devuelve el nombre del directorio."
+msgstr "16 : Devuelve solo el nombre de la carpeta."
#: 03020404.xhp
msgctxt ""
@@ -12622,7 +12630,7 @@ msgctxt ""
"par_id3148552\n"
"help.text"
msgid "An invalid date results in an error. Year 0 is not accepted, the last day BCE is -0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in the proleptic Gregorian calendar."
-msgstr "Una fecha no válida producirá un error. No se acepta el año 0: el último día antes de nuestra era es −0001-12-31 y el día que sigue es 0001-01-01. Las fechas anteriores a 1582-10-15 están en el calendario gregoriano proléptico."
+msgstr "Una fecha no válida producirá un error. No se acepta el año 0: el último día antes de nuestra era es −0001-12-31 y el día que sigue es 0001-01-01. Las fechas anteriores al 15 de octubre de 1582 están en el calendario gregoriano proléptico."
#: 03030108.xhp
msgctxt ""
@@ -12630,7 +12638,7 @@ msgctxt ""
"par_id3148553\n"
"help.text"
msgid "When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the <link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link> to convert such date number to a string representation in the proleptic Gregorian calendar."
-msgstr ""
+msgstr "Al convertir un número de serie de fecha en una cadena de caracteres imprimible, por ejemplo, para las órdenes Print y MsgBox, se utiliza el calendario predeterminado de la configuración regional y, en caso de tratar fechas anteriores al 15 de octubre de 1582, puede cambiarse al calendario juliano, lo cual puede causar que se muestren fechas distintas de las esperadas. Utilice la <link href=\"text/sbasic/shared/03030107.xhp\" name=\"función CDateToIso [Ejecución]\">funcón CDateToIso [ejecución]</link> para convertir ese número de fecha en una representación de cadena en el calendario gregoriano proléptico."
#: 03030108.xhp
msgctxt ""
@@ -12651,14 +12659,6 @@ msgstr "Sintaxis:"
#: 03030108.xhp
msgctxt ""
"03030108.xhp\n"
-"par_id3150400\n"
-"help.text"
-msgid "CDateFromIso(String)"
-msgstr "CDateFromIso(Cadena)"
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
"hd_id3154367\n"
"help.text"
msgid "Return value:"
@@ -12699,22 +12699,6 @@ msgstr "Ejemplo:"
#: 03030108.xhp
msgctxt ""
"03030108.xhp\n"
-"par_id3147318\n"
-"help.text"
-msgid "dateval = CDateFromIso(\"20021231\")"
-msgstr "dateval = CDateFromIso(\"20021231\")"
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3147319\n"
-"help.text"
-msgid "dateval = CDateFromIso(\"2002-12-31\")"
-msgstr ""
-
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
"par_id3146921\n"
"help.text"
msgid "return both 12/31/2002 in the date format of your system"
@@ -14112,14 +14096,6 @@ msgctxt ""
msgid "Print \"The current hour is \" & Hour( Now )"
msgstr "Print \"La hora actual es \" & Hour( Now )"
-#: 03030201.xhp
-msgctxt ""
-"03030201.xhp\n"
-"par_id3153145\n"
-"help.text"
-msgid "End Sub"
-msgstr "End Sub"
-
#: 03030202.xhp
msgctxt ""
"03030202.xhp\n"
@@ -14248,14 +14224,6 @@ msgctxt ""
msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
msgstr "MsgBox \"El minuto actual es \"& Minute(Now)& \".\""
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"par_id3153726\n"
-"help.text"
-msgid "end sub"
-msgstr "end sub"
-
#: 03030203.xhp
msgctxt ""
"03030203.xhp\n"
@@ -14862,7 +14830,7 @@ msgctxt ""
"par_id3145069\n"
"help.text"
msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings."
-msgstr "<emph>Texto:</emph> Sólo es necesario para restablecer la fecha del sistema. En este caso, la expresión de cadena debe corresponder con el formato de fecha definido en la configuración local."
+msgstr "<emph>Texto:</emph> Solo es necesario para restablecer la fecha del sistema. En este caso, la expresión de cadena debe corresponder con el formato de fecha definido en la configuración local."
#: 03030301.xhp
msgctxt ""
@@ -15040,6 +15008,182 @@ msgctxt ""
msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
msgstr "MsgBox Right(\"00\" & lHora , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSeg , 2) ,0,\"La hora es\""
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Basic Constants"
+msgstr "Constantes de Basic"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"bm_id051720170831387233\n"
+"help.text"
+msgid "<bookmark_value>Pi;Basic constant</bookmark_value> <bookmark_value>Null;Basic constant</bookmark_value> <bookmark_value>Empty;Basic constant</bookmark_value> <bookmark_value>Nothing;Basic constant</bookmark_value> <bookmark_value>Basic constant;Nothing</bookmark_value> <bookmark_value>Basic constant;Null</bookmark_value> <bookmark_value>Basic constant;Empty</bookmark_value> <bookmark_value>Basic constant;Pi</bookmark_value> <bookmark_value>Basic constant;False</bookmark_value> <bookmark_value>Basic constant;True</bookmark_value>"
+msgstr ""
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id051620171022255424\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03040000.xhp\">Basic Constants</link>"
+msgstr "<link href=\"text/sbasic/shared/03040000.xhp\">Constantes de Basic</link>"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171022384640\n"
+"help.text"
+msgid "<ahelp hid=\".\">Constants used in Basic programs</ahelp>"
+msgstr "<ahelp hid=\".\">Constantes utilizadas en programas escritos en Basic</ahelp>"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171022382581\n"
+"help.text"
+msgid "Boolean constants"
+msgstr "Constantes booleanas"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114565335\n"
+"help.text"
+msgid "Name"
+msgstr "Nombre"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114565484\n"
+"help.text"
+msgid "Type"
+msgstr "Tipo"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114563271\n"
+"help.text"
+msgid "Value"
+msgstr "Valor"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id051620171114566623\n"
+"help.text"
+msgid "Example"
+msgstr "Ejemplo"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id051620171114573549\n"
+"help.text"
+msgid "Mathematical constant"
+msgstr "Constante matemática"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114576150\n"
+"help.text"
+msgid "Name"
+msgstr "Nombre"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114575122\n"
+"help.text"
+msgid "Type"
+msgstr "Tipo"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114574987\n"
+"help.text"
+msgid "Value"
+msgstr "Valor"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id051620171114571721\n"
+"help.text"
+msgid "Example"
+msgstr "Ejemplo"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id051620171114576454\n"
+"help.text"
+msgid "Object Constants"
+msgstr "Constantes de objetos"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114576921\n"
+"help.text"
+msgid "Name"
+msgstr "Nombre"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051620171114578188\n"
+"help.text"
+msgid "Type"
+msgstr "Tipo"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051720170824099845\n"
+"help.text"
+msgid "Usage"
+msgstr "Utilización"
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id05172017082409622\n"
+"help.text"
+msgid "The <emph>Empty</emph> value indicates that the variable is not initialized."
+msgstr "El valor <emph>Vacío</emph> indica que no se ha inicializado la variable."
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051720170824093395\n"
+"help.text"
+msgid "Indicates that the variable does not contain data."
+msgstr "Indica que la variable no contiene datos."
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"par_id051720170824097935\n"
+"help.text"
+msgid "Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+msgstr "Asigne el objeto <emph>Nothing</emph> a una variable para quitar una asignación anterior."
+
+#: 03040000.xhp
+msgctxt ""
+"03040000.xhp\n"
+"hd_id051620171114572289\n"
+"help.text"
+msgid "Example"
+msgstr "Ejemplo"
+
#: 03050000.xhp
msgctxt ""
"03050000.xhp\n"
@@ -20603,14 +20747,6 @@ msgstr "Parámetros:"
#: 03090302.xhp
msgctxt ""
"03090302.xhp\n"
-"par_id3156214\n"
-"help.text"
-msgid "Sub/Function"
-msgstr "Sub/Function"
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
"par_id3156424\n"
"help.text"
msgid "statement block"
@@ -20643,14 +20779,6 @@ msgstr "bloque de instrucciones"
#: 03090302.xhp
msgctxt ""
"03090302.xhp\n"
-"par_id3146120\n"
-"help.text"
-msgid "Exit Sub"
-msgstr "Exit Sub"
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
"par_id3150010\n"
"help.text"
msgid "<emph>Label1:</emph>"
@@ -20675,14 +20803,6 @@ msgstr "GoTo Etiqueta2"
#: 03090302.xhp
msgctxt ""
"03090302.xhp\n"
-"par_id3152886\n"
-"help.text"
-msgid "End Sub/Function"
-msgstr "Final de Sub/Function"
-
-#: 03090302.xhp
-msgctxt ""
-"03090302.xhp\n"
"par_id3152596\n"
"help.text"
msgid "Use the GoTo statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")."
@@ -22078,7 +22198,7 @@ msgctxt ""
"par_id3147559\n"
"help.text"
msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
-msgstr "Sólo es válido en una instrucción <emph>Do...Loop</emph> para salir del bucle. La ejecución del programa continúa con la instrucción que sigue a Loop. Si las instrucciones <emph>Do...Loop</emph> están anidadas, el control se transfiere al bucle del nivel inmediatamente superior."
+msgstr "Solo es válido en una instrucción <emph>Do…Loop</emph> para salir del bucle. La ejecución del programa continúa con la instrucción que sigue a Loop. Si las instrucciones <emph>Do…Loop</emph> están anidadas, el control se transfiere al bucle del nivel inmediatamente superior."
#: 03090412.xhp
msgctxt ""
@@ -22094,7 +22214,7 @@ msgctxt ""
"par_id3148797\n"
"help.text"
msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
-msgstr "Sólo es válido en un bucle <emph>For...Next</emph> para salir del bucle. La ejecución del programa continúa con la instrucción que sigue a la instrucción <emph>Next</emph>. En instrucciones anidadas, el control se transfiere al bucle del nivel inmediatamente superior."
+msgstr "Solo es válido en un bucle <emph>For…Next</emph> para salir del bucle. La ejecución del programa continúa con la instrucción que sigue a la instrucción <emph>Next</emph>. En instrucciones anidadas, el control se transfiere al bucle del nivel inmediatamente superior."
#: 03090412.xhp
msgctxt ""
@@ -22952,14 +23072,6 @@ msgctxt ""
msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr "Esta función siempre redondea la parte fraccional de un número al entero más cercano."
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3145419\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
#: 03100600.xhp
msgctxt ""
"03100600.xhp\n"
@@ -23048,14 +23160,6 @@ msgctxt ""
msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr "Esta función siempre redondea la parte fraccional de un número al entero más cercano."
-#: 03100600.xhp
-msgctxt ""
-"03100600.xhp\n"
-"hd_id3154216\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
@@ -23579,54 +23683,6 @@ msgstr "Si no se especifica palabra clave ni carácter de tipo de declaración,
#: 03101110.xhp
msgctxt ""
"03101110.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN10594\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN10597\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN1059B\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr "<emph>Characterrange:</emph> letras que especifican el intervalo de las variables para las que desea establecer un tipo de datos predeterminado."
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105A2\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105A9\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> tipo de variable predeterminado"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
"par_idN105B0\n"
"help.text"
msgid "<emph>DefCur:</emph> Currency"
@@ -23635,26 +23691,10 @@ msgstr "<emph>DefCur:</emph> moneda"
#: 03101110.xhp
msgctxt ""
"03101110.xhp\n"
-"par_idN105B7\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
-"par_idN105BB\n"
-"help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr "REM Añadir prefijo a definiciones para tipos de variable:"
-
-#: 03101110.xhp
-msgctxt ""
-"03101110.xhp\n"
"par_idN105D9\n"
"help.text"
-msgid "cCur=Currency REM cCur is an implicit currency variable"
-msgstr "cCur=Currency REM cCur es una variable de moneda implícita"
+msgid "cCur=Currency ' cCur is an implicit currency variable"
+msgstr ""
#: 03101120.xhp
msgctxt ""
@@ -23691,54 +23731,6 @@ msgstr "Si no se especifica palabra clave ni carácter de tipo de declaración,
#: 03101120.xhp
msgctxt ""
"03101120.xhp\n"
-"par_idN10590\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN10594\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN10597\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN1059B\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr "<emph>Characterrange:</emph> letras que especifican el intervalo de las variables para las que desea establecer un tipo de datos predeterminado."
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105A2\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105A9\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> tipo de variable predeterminado"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
"par_idN105B0\n"
"help.text"
msgid "<emph>DefErr:</emph> Error"
@@ -23747,22 +23739,6 @@ msgstr "<emph>DefErr:</emph> Error"
#: 03101120.xhp
msgctxt ""
"03101120.xhp\n"
-"par_idN105B7\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105BB\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Definiciones de prefijos para tipos de variables:"
-
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
"par_idN105D9\n"
"help.text"
msgid "eErr=Error ' eErr is an implicit error variable"
@@ -23803,54 +23779,6 @@ msgstr "Si no se especifica palabra clave ni carácter de tipo de declaración,
#: 03101130.xhp
msgctxt ""
"03101130.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN10595\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr "<emph>Characterrange:</emph> letras que especifican el intervalo de las variables para las que desea establecer un tipo de datos predeterminado."
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN1059C\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105A3\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> tipo de variable predeterminado"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
"par_idN105AA\n"
"help.text"
msgid "<emph>DefSng:</emph> Single"
@@ -23859,22 +23787,6 @@ msgstr "<emph>DefSng:</emph> simple"
#: 03101130.xhp
msgctxt ""
"03101130.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105B5\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Definiciones de prefijos para tipos de variables:"
-
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
"par_idN105D3\n"
"help.text"
msgid "sSng=Single ' sSng is an implicit single variable"
@@ -23915,54 +23827,6 @@ msgstr "Si no se especifica palabra clave ni carácter de tipo de declaración,
#: 03101140.xhp
msgctxt ""
"03101140.xhp\n"
-"par_idN1058A\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN1058E\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN10591\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN10595\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr "<emph>Characterrange:</emph> letras que especifican el intervalo de las variables para las que desea establecer un tipo de datos predeterminado."
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN1059C\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105A3\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> tipo de variable predeterminado"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
"par_idN105AA\n"
"help.text"
msgid "<emph>DefStr:</emph> String"
@@ -23971,22 +23835,6 @@ msgstr "<emph>DefStr:</emph> cadena"
#: 03101140.xhp
msgctxt ""
"03101140.xhp\n"
-"par_idN105B1\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
-"par_idN105B5\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Definiciones de prefijos para tipos de variables:"
-
-#: 03101140.xhp
-msgctxt ""
-"03101140.xhp\n"
"par_idN105D3\n"
"help.text"
msgid "sStr=String ' sStr is an implicit string variable"
@@ -24027,54 +23875,6 @@ msgstr "Si no se especifica el carácter o la palabra clave de declaración de t
#: 03101300.xhp
msgctxt ""
"03101300.xhp\n"
-"hd_id3154758\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3148664\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"hd_id3150541\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3156709\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr "<emph>IntervaloCaracteres:</emph> letras que especifican el intervalo de las variables cuyo tipo de datos predeterminado quiere establecer."
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3150869\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3145171\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> Tipo de variable predeterminado"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
"par_id3150767\n"
"help.text"
msgid "<emph>DefDate:</emph> Date"
@@ -24083,22 +23883,6 @@ msgstr "<emph>DefDate:</emph> Fecha"
#: 03101300.xhp
msgctxt ""
"03101300.xhp\n"
-"hd_id3153768\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
-"par_id3145785\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Definiciones de prefijos para tipos de variables:"
-
-#: 03101300.xhp
-msgctxt ""
-"03101300.xhp\n"
"par_id3152462\n"
"help.text"
msgid "tDate=Date ' tDate is an implicit date variable"
@@ -24139,54 +23923,6 @@ msgstr "Establece el tipo de variable predeterminado, de acuerdo con un interval
#: 03101400.xhp
msgctxt ""
"03101400.xhp\n"
-"hd_id3155420\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3147530\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"hd_id3145069\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3147560\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>IntervaloCaracteres:</emph> letras que especifican el intervalo de variables cuyo tipo de datos predeterminado quiere establecer."
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3150791\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3151210\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> tipo de variable predeterminado"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
"par_id3154123\n"
"help.text"
msgid "<emph>DefDbl:</emph> Double"
@@ -24195,22 +23931,6 @@ msgstr "<emph>DefDbl:</emph> Doble"
#: 03101400.xhp
msgctxt ""
"03101400.xhp\n"
-"hd_id3153192\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
-"par_id3156281\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Definiciones de prefijos para tipos de variables:"
-
-#: 03101400.xhp
-msgctxt ""
-"03101400.xhp\n"
"par_id3153144\n"
"help.text"
msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
@@ -24251,54 +23971,6 @@ msgstr "Establece el tipo de variable predeterminado, de acuerdo con un interval
#: 03101500.xhp
msgctxt ""
"03101500.xhp\n"
-"hd_id3148686\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3156023\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"hd_id3156344\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3147560\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
-msgstr "<emph>IntervaloCaracteres:</emph> letras que especifican el intervalo de las variables cuyo tipo de datos predeterminado quiere establecer."
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3150398\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3154365\n"
-"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr "<emph>Palabra clave:</emph> tipo de variable predeterminado"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
"par_id3125863\n"
"help.text"
msgid "<emph>DefInt:</emph> Integer"
@@ -24307,22 +23979,6 @@ msgstr "<emph>DefInt:</emph> Entero"
#: 03101500.xhp
msgctxt ""
"03101500.xhp\n"
-"hd_id3154123\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
-"par_id3151042\n"
-"help.text"
-msgid "' Prefix definitions for variable types"
-msgstr "' Definiciones de prefijos para tipos de variables"
-
-#: 03101500.xhp
-msgctxt ""
-"03101500.xhp\n"
"par_id3153728\n"
"help.text"
msgid "iCount=200 ' iCount is an implicit integer variable"
@@ -24363,54 +24019,6 @@ msgstr "Establece el tipo de variable predeterminado, de acuerdo con un interval
#: 03101600.xhp
msgctxt ""
"03101600.xhp\n"
-"hd_id3150504\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145609\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3154760\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3145069\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>IntervaloCaracteres:</emph> letras que especifican el intervalo de las variables cuyo tipo de datos predeterminado quiere establecer."
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3150791\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3148798\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr "<emph>Palabra clave: </emph>Tipo de variable predeterminada"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
"par_id3154686\n"
"help.text"
msgid "<emph>DefLng:</emph> Long"
@@ -24419,22 +24027,6 @@ msgstr "<emph>DefLng:</emph> Largo"
#: 03101600.xhp
msgctxt ""
"03101600.xhp\n"
-"hd_id3153192\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"par_id3154124\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' Definiciones de prefijos para tipos de variables:"
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
"par_id3145273\n"
"help.text"
msgid "lCount=123456789 ' lCount is an implicit long integer variable"
@@ -24475,131 +24067,11 @@ msgstr "Establece el tipo de variable predeterminado, de acuerdo con un interval
#: 03101700.xhp
msgctxt ""
"03101700.xhp\n"
-"hd_id3150504\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3147530\n"
-"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr "Defxxx IntervaloCaracteres1[, IntervaloCaracteres2[,...]]"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3153896\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3148552\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>Characterrange:</emph> letras que especifican el intervalo de variables cuyo tipo de datos predeterminado quiera establecer."
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3150358\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Palabra clave que define el tipo de variable predeterminada:"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3148798\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr "<emph>Palabra clave: Tipo de variable predeterminada</emph>"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
"par_id3150769\n"
"help.text"
msgid "<emph>DefObj:</emph> Object"
msgstr "<emph>DefObj:</emph> Objeto"
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"hd_id3156212\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3153969\n"
-"help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr "REM Añadir prefijo a definiciones para tipos de variable:"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3156424\n"
-"help.text"
-msgid "DefBool b"
-msgstr "DefBool b"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3159254\n"
-"help.text"
-msgid "DefDate t"
-msgstr "DefDate t"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3150440\n"
-"help.text"
-msgid "DefDbL d"
-msgstr "DefDbL d"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3161832\n"
-"help.text"
-msgid "DefInt i"
-msgstr "DefInt i"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3145365\n"
-"help.text"
-msgid "DefLng l"
-msgstr "DefLng l"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3149481\n"
-"help.text"
-msgid "DefObj o"
-msgstr "DefObj o"
-
-#: 03101700.xhp
-msgctxt ""
-"03101700.xhp\n"
-"par_id3152886\n"
-"help.text"
-msgid "DefVar v"
-msgstr "DefVar v"
-
#: 03102000.xhp
msgctxt ""
"03102000.xhp\n"
@@ -26392,6 +25864,110 @@ msgctxt ""
msgid "For i% = 1 To 10 ' This results in a run-time error"
msgstr "For i% = 1 To 10 ' Esto provoca un error en tiempo de ejecución"
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"tit\n"
+"help.text"
+msgid "Option VBASupport Statement [Runtime]"
+msgstr ""
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"bm_id3145090\n"
+"help.text"
+msgid "<bookmark_value>MS Excel macros support;Enable</bookmark_value> <bookmark_value>MS Excel macros support;Option VBASupport statement</bookmark_value> <bookmark_value>VBA Support;Option VBASupport statement</bookmark_value> <bookmark_value>Option VBASupport statement</bookmark_value>"
+msgstr ""
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"hd_id3145090\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option VBASupport Statement [Runtime]</link>"
+msgstr ""
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id3148538\n"
+"help.text"
+msgid "Specifies that %PRODUCTNAME Basic will support some VBA statements, functions and objects."
+msgstr "Establece que %PRODUCTNAME Basic admitirá algunas instrucciones, funciones y objetos de VBA."
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id051720171055367194\n"
+"help.text"
+msgid "The support for VBA is not complete, but covers a large portion of the common usage patterns."
+msgstr ""
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"hd_id3149763\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaxis:"
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"hd_id3145315\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parámetros:"
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id3145172\n"
+"help.text"
+msgid "This statement must be added before the executable program code in a module."
+msgstr "Esta instrucción debe agregarse antes del código del programa ejecutable en un módulo."
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id051720171055361727\n"
+"help.text"
+msgid "1: Enable VBA support in %PRODUCTNAME"
+msgstr "1: activar la compatibilidad con VBA de %PRODUCTNAME"
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id051720171055369857\n"
+"help.text"
+msgid "0: Disable VBA support"
+msgstr "0: desactivar la compatibilidad con VBA"
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"hd_id3125864\n"
+"help.text"
+msgid "Example:"
+msgstr "Ejemplo:"
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id051720171119254111\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130100.xhp\">VBA Properties</link>"
+msgstr "<link href=\"text/shared/optionen/01130100.xhp\">Propiedades de VBA</link>"
+
+#: 03103350.xhp
+msgctxt ""
+"03103350.xhp\n"
+"par_id051720170424259343\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/vbasupport.xhp\">VBA support in %PRODUCTNAME</link>"
+msgstr "<link href=\"text/sbasic/shared/vbasupport.xhp\">Compatibilidad con VBA de %PRODUCTNAME</link>"
+
#: 03103400.xhp
msgctxt ""
"03103400.xhp\n"
@@ -26645,8 +26221,8 @@ msgctxt ""
"03103600.xhp\n"
"par_id3155341\n"
"help.text"
-msgid "TypeName (Variable)VarType (Variable)"
-msgstr "TypeName (Variable)VarType (Variable)"
+msgid "TypeName (Variable) / VarType (Variable)"
+msgstr ""
#: 03103600.xhp
msgctxt ""
@@ -26691,6 +26267,14 @@ msgstr "palabra clave"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
+"par_id051620170608269696\n"
+"help.text"
+msgid "Named constant"
+msgstr "Constante con nombre"
+
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
"par_id3156212\n"
"help.text"
msgid "VarType"
@@ -26707,14 +26291,6 @@ msgstr "Tipo de variable"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3151041\n"
-"help.text"
-msgid "Boolean"
-msgstr "Lógica"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3148645\n"
"help.text"
msgid "Boolean variable"
@@ -26723,14 +26299,6 @@ msgstr "Variable lógica"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3153138\n"
-"help.text"
-msgid "Date"
-msgstr "Fecha"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3155411\n"
"help.text"
msgid "Date variable"
@@ -26739,10 +26307,10 @@ msgstr "Variable de fecha"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3146975\n"
+"par_id051620170608331416\n"
"help.text"
-msgid "Double"
-msgstr "Doble"
+msgid "Currency variable"
+msgstr "Variable de moneda"
#: 03103600.xhp
msgctxt ""
@@ -26755,14 +26323,6 @@ msgstr "Variable doble de coma flotante"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3148457\n"
-"help.text"
-msgid "Integer"
-msgstr "Entero"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3154490\n"
"help.text"
msgid "Integer variable"
@@ -26771,14 +26331,6 @@ msgstr "Variable entera"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3149960\n"
-"help.text"
-msgid "Long"
-msgstr "Largo"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3151318\n"
"help.text"
msgid "Long integer variable"
@@ -26787,14 +26339,6 @@ msgstr "Variable entera larga"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3146972\n"
-"help.text"
-msgid "Object"
-msgstr "Objeto"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3150323\n"
"help.text"
msgid "Object variable"
@@ -26803,14 +26347,6 @@ msgstr "Variable de objeto"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3148405\n"
-"help.text"
-msgid "Single"
-msgstr "Simple"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3147341\n"
"help.text"
msgid "Single floating-point variable"
@@ -26819,14 +26355,6 @@ msgstr "Variable simple de coma flotante"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3155901\n"
-"help.text"
-msgid "String"
-msgstr "Cadena"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3146313\n"
"help.text"
msgid "String variable"
@@ -26835,14 +26363,6 @@ msgstr "Variable de cadena"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3145149\n"
-"help.text"
-msgid "Variant"
-msgstr "Variante"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3145789\n"
"help.text"
msgid "Variant variable (can contain all types specified by the definition)"
@@ -26851,14 +26371,6 @@ msgstr "Variable variante (puede contener todos los tipos especificados por la d
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3148630\n"
-"help.text"
-msgid "Empty"
-msgstr "Vacío"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3151278\n"
"help.text"
msgid "Variable is not initialized"
@@ -26867,14 +26379,6 @@ msgstr "La variable no está inicializada"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3154576\n"
-"help.text"
-msgid "Null"
-msgstr "Nulo"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3145131\n"
"help.text"
msgid "No valid data"
@@ -27045,8 +26549,8 @@ msgctxt ""
"03103800.xhp\n"
"par_id3153104\n"
"help.text"
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
-msgstr "\"TextEdit1\" to TextEdit5\" en un bucle para crear cinco nombres de control."
+msgid "\"TextEdit1\" to \"TextEdit5\" in a loop to create five control names."
+msgstr ""
#: 03103800.xhp
msgctxt ""
@@ -27115,38 +26619,6 @@ msgstr "Permite direccionar los objetos en tiempo de ejecución como parámetros
#: 03103900.xhp
msgctxt ""
"03103900.xhp\n"
-"par_id3147573\n"
-"help.text"
-msgid "For instance, the command:"
-msgstr "Por ejemplo, la orden:"
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3147265\n"
-"help.text"
-msgid "corresponds to the following command block:"
-msgstr "corresponde al siguiente bloque de órdenes:"
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3156214\n"
-"help.text"
-msgid "To dynamically create Names at run-time, use:"
-msgstr "Para crear nombres dinámicamente en tiempo de ejecución, use:"
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
-"par_id3154686\n"
-"help.text"
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
-msgstr "\"TextEdit1\" to TextEdit5\" en un bucle para crear cinco nombres."
-
-#: 03103900.xhp
-msgctxt ""
-"03103900.xhp\n"
"par_id3150868\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03103800.xhp\" name=\"FindObject\">FindObject</link>"
@@ -27443,27 +26915,11 @@ msgstr "Ejemplo:"
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
-"par_id3153897\n"
-"help.text"
-msgid "Dim A As Variant"
-msgstr "Dim A As Variant"
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
"par_id3153525\n"
"help.text"
msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
msgstr "A = Array(\"Luis\",\"Tomás\",\"Guille\")"
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3150792\n"
-"help.text"
-msgid "Msgbox A(2)"
-msgstr "Msgbox A(2)"
-
#: 03104300.xhp
msgctxt ""
"03104300.xhp\n"
@@ -27557,7 +27013,7 @@ msgctxt ""
"03104300.xhp\n"
"par_id3154939\n"
"help.text"
-msgid "a = DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
+msgid "a = DimArray( 2, 2, 4 ) ' is the same as DIM a( 2, 2, 4 )"
msgstr ""
#: 03104400.xhp
@@ -27664,14 +27120,6 @@ msgctxt ""
msgid "Example:"
msgstr "Ejemplo:"
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"par_id3149580\n"
-"help.text"
-msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
-msgstr "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
-
#: 03104500.xhp
msgctxt ""
"03104500.xhp\n"
@@ -27843,14 +27291,6 @@ msgstr "Sintaxis:"
#: 03104600.xhp
msgctxt ""
"03104600.xhp\n"
-"par_id3150669\n"
-"help.text"
-msgid "EqualUnoObjects( oObj1, oObj2 )"
-msgstr "EqualUnoObjects( oObj1, oObj2 )"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
"hd_id3150984\n"
"help.text"
msgid "Return value:"
@@ -27877,64 +27317,16 @@ msgctxt ""
"03104600.xhp\n"
"par_id3156024\n"
"help.text"
-msgid "// Copy of objects -> same instance"
-msgstr "// Copia de objetos -> mismo caso"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154923\n"
-"help.text"
-msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-msgstr "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3147559\n"
-"help.text"
-msgid "oIntro2 = oIntrospection"
-msgstr "oIntro2 = oIntrospection"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3150541\n"
-"help.text"
-msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
-msgstr "print EqualUnoObjects( oIntrospection, oIntro2 )"
+msgid "' Copy of objects -> same instance"
+msgstr ""
#: 03104600.xhp
msgctxt ""
"03104600.xhp\n"
"par_id3153525\n"
"help.text"
-msgid "// Copy of structs as value -> new instance"
-msgstr "// Copia de estructuras como valor -> nuevo caso"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154366\n"
-"help.text"
-msgid "Dim Struct1 as new com.sun.star.beans.Property"
-msgstr "Dim Struct1 as new com.sun.star.beans.Property"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154348\n"
-"help.text"
-msgid "Struct2 = Struct1"
-msgstr "Struct2 = Struct1"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3154125\n"
-"help.text"
-msgid "print EqualUnoObjects( Struct1, Struct2 )"
-msgstr "print EqualUnoObjects( Struct1, Struct2 )"
+msgid "' Copy of structs as value -> new instance"
+msgstr ""
#: 03104700.xhp
msgctxt ""
@@ -28302,7 +27694,7 @@ msgctxt ""
"par_id3149415\n"
"help.text"
msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
-msgstr "<emph>Texto:</emph> Cualquier expresión de cadena válida. Sólo es relevante el primer carácter de la cadena."
+msgstr "<emph>Texto:</emph> cualquier expresión de cadena válida. Solo es relevante el primer carácter de la cadena."
#: 03120101.xhp
msgctxt ""
@@ -28752,6 +28144,286 @@ msgctxt ""
msgid "<emph>Expression:</emph> A string or a numeric expression."
msgstr "<emph>Expresión:</emph> Una cadena en una expresión numérica."
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"tit\n"
+"help.text"
+msgid "AscW Function [Runtime]"
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>AscW function</bookmark_value>"
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"hd_id3150499\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120111.xhp\" name=\"AscW Function [Runtime - VBA]\">AscW Function [Runtime - VBA]</link>"
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3151384\n"
+"help.text"
+msgid "Returns the Unicode value of the first character in a string expression."
+msgstr "Devuelve el valor de Unicode del primer carácter de una expresión de cadena."
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"hd_id3155555\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaxis:"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3143267\n"
+"help.text"
+msgid "AscW (Text As String)"
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"hd_id3147242\n"
+"help.text"
+msgid "Return value:"
+msgstr "Valor de retorno:"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3150669\n"
+"help.text"
+msgid "Integer"
+msgstr "Entero"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"hd_id3148473\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parámetros:"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3149415\n"
+"help.text"
+msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgstr "<emph>Texto:</emph> cualquier expresión de cadena válida. Solo es relevante el primer carácter de la cadena."
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3145609\n"
+"help.text"
+msgid "Use the AscW function to replace keys with Unicode values. If the AscW function encounters a blank string, %PRODUCTNAME Basic reports a run-time error. Returned values are between 0 and 65535."
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"hd_id3159413\n"
+"help.text"
+msgid "Example:"
+msgstr "Ejemplo:"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3150792\n"
+"help.text"
+msgid "Print AscW(\"A\") ' returns 65"
+msgstr "Print AscW(\"A\") ' devuelve 65"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3148797\n"
+"help.text"
+msgid "Print AscW(\"Ω\") ' returns 937"
+msgstr "Print AscW(\"Ω\") ' devuelve 937"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id3163800\n"
+"help.text"
+msgid "Print AscW(\"Αθήνα\") ' returns 913, since only the first character (Alpha) is taken into account"
+msgstr "Print AscW(\"Αθήνα\") ' devuelve 913, dado que solo se toma en cuenta el primer carácter (alfa)"
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_idN1067B\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\">Chr</link>"
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id051920171027053197\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120112.xhp\">ChrW</link>"
+msgstr ""
+
+#: 03120111.xhp
+msgctxt ""
+"03120111.xhp\n"
+"par_id051920171027051338\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">Asc</link>"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"tit\n"
+"help.text"
+msgid "ChrW Function [Runtime -VBA]"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>ChrW function</bookmark_value>"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"hd_id3149205\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120112.xhp\" name=\"ChrW Function [Runtime]\">ChrW Function [Runtime -VBA]</link>"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3153311\n"
+"help.text"
+msgid "Returns the Unicode character that corresponds to the specified character code."
+msgstr "Devuelve el carácter de Unicode que se corresponde con el código de carácter especificado."
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"hd_id3149514\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaxis:"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3150669\n"
+"help.text"
+msgid "ChrW(Expression As Integer)"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"hd_id3143228\n"
+"help.text"
+msgid "Return value:"
+msgstr "Valor de retorno:"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3153824\n"
+"help.text"
+msgid "String"
+msgstr "Cadena"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"hd_id3148944\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parámetros:"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3149295\n"
+"help.text"
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 16 bit Unicode value (0-65535). An empty value returns error code 5. A value out of the range [0,65535] returns error code 6."
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"hd_id3154366\n"
+"help.text"
+msgid "Example:"
+msgstr "Ejemplo:"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3154909\n"
+"help.text"
+msgid "' This example inserts the greek letter Alpha and Omega in a string."
+msgstr "' Este ejemplo inserta las letras griegas alfa y omega en una cadena."
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3151380\n"
+"help.text"
+msgid "MsgBox \"From \"+ ChrW(913)+\" to \" + ChrW(937)"
+msgstr "MsgBox \"De \"+ ChrW(913)+\" a \" + ChrW(937)"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id3145174\n"
+"help.text"
+msgid "' The printout appears in the dialog as: From Α to Ω"
+msgstr "' El mensaje que aparecerá en el cuadro de diálogo será: De Α a Ω"
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id051920171010491586\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120102.xhp\">Chr</link>"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_idN10668\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">Asc</link>"
+msgstr ""
+
+#: 03120112.xhp
+msgctxt ""
+"03120112.xhp\n"
+"par_id051920171009414669\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120111.xhp\">AscW</link>"
+msgstr ""
+
#: 03120200.xhp
msgctxt ""
"03120200.xhp\n"
@@ -29142,7 +28814,7 @@ msgctxt ""
"par_id3148452\n"
"help.text"
msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
-msgstr "Este símbolo funciona como 0, excepto porque los ceros de relleno anteriores o posteriores no se muestran si hay más caracteres # en el código de formato que dígitos tiene el número. Sólo se muestran los dígitos pertinentes del número."
+msgstr "Este símbolo funciona como 0, excepto porque los ceros de relleno anteriores o posteriores no se muestran si hay más caracteres # en el código de formato que dígitos tiene el número. Solo se muestran los dígitos pertinentes del número."
#: 03120301.xhp
msgctxt ""
@@ -30584,38 +30256,6 @@ msgctxt ""
msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
msgstr "systemFile$ = \"c:\\carpeta\\mitexo.txt\""
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3154365\n"
-"help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr "url$ = ConvertToURL( systemFile$ )"
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3151042\n"
-"help.text"
-msgid "print url$"
-msgstr "print url$"
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3154909\n"
-"help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
-msgstr "systemFileAgain$ = ConvertFromURL( url$ )"
-
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"par_id3144762\n"
-"help.text"
-msgid "print systemFileAgain$"
-msgstr "print systemFileAgain$"
-
#: 03120313.xhp
msgctxt ""
"03120313.xhp\n"
@@ -30696,54 +30336,6 @@ msgctxt ""
msgid "<emph>Filename:</emph> A file name as a string."
msgstr "<emph>NombreArchivo:</emph> Un nombre de archivo como cadena."
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3154760\n"
-"help.text"
-msgid "Example:"
-msgstr "Ejemplo:"
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3148664\n"
-"help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
-msgstr "systemFile$ = \"c:\\carpeta\\mitexo.txt\""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150541\n"
-"help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr "url$ = ConvertToURL( systemFile$ )"
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150792\n"
-"help.text"
-msgid "print url$"
-msgstr "print url$"
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3154367\n"
-"help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
-msgstr "systemFileAgain$ = ConvertFromURL( url$ )"
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3153194\n"
-"help.text"
-msgid "print systemFileAgain$"
-msgstr "print systemFileAgain$"
-
#: 03120314.xhp
msgctxt ""
"03120314.xhp\n"
@@ -31062,7 +30654,7 @@ msgctxt ""
"par_id3145609\n"
"help.text"
msgid "<emph>Text1:</emph> The string expression that you want to search."
-msgstr "<emph>Texto1:</emph> La expresión de cadena en la que se desee buscar."
+msgstr "<emph>Texto1:</emph> la expresión de cadena en la que se desee buscar."
#: 03120401.xhp
msgctxt ""
@@ -31344,6 +30936,270 @@ msgctxt ""
msgid "Example:"
msgstr "Ejemplo:"
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"tit\n"
+"help.text"
+msgid "InStrRev Function [Runtime - VBA]"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"bm_id3155934\n"
+"help.text"
+msgid "<bookmark_value>InStrRev function</bookmark_value>"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"hd_id3155934\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120411.xhp\" name=\"InStrRev Function [Runtime]\">InStrRev Function [Runtime - VBA]</link>"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3153990\n"
+"help.text"
+msgid "Returns the position of a string within another string, starting from the right side of the string."
+msgstr "Devuelve la posición de una cadena dentro de otra cadena, comenzando por el extremo derecho de la cadena."
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3147303\n"
+"help.text"
+msgid "The InStrRev function returns the position at which the match was found, from the right. If the string was not found, the function returns 0."
+msgstr "La función InStrRev devuelve la posición en la que se encontró la coincidencia. Si no se encuentra la cadena, la función devuelve 0."
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"hd_id3145090\n"
+"help.text"
+msgid "Syntax:"
+msgstr "Sintaxis:"
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3146957\n"
+"help.text"
+msgid "InStrRev (Text1 As String, Text2 As String [,Start As Long] [, Compare As Integer])"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"hd_id3148538\n"
+"help.text"
+msgid "Return value:"
+msgstr "Valor de retorno:"
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3149763\n"
+"help.text"
+msgid "Long"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"hd_id3148473\n"
+"help.text"
+msgid "Parameters:"
+msgstr "Parámetros:"
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3145609\n"
+"help.text"
+msgid "<emph>Text1:</emph> The string expression that you want to search."
+msgstr "<emph>Texto1:</emph> la expresión de cadena en la que se desee buscar."
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "<emph>Text2:</emph> The string expression that you want to search for."
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3153126\n"
+"help.text"
+msgid "<emph>Start: </emph>Optional numeric expression that marks the position <emph>from the left </emph>in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the last character of the string. The maximum allowed value is 65535."
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3154758\n"
+"help.text"
+msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id051920170326028042\n"
+"help.text"
+msgid "1: The default value of 1 specifies a text comparison that is not case-sensitive."
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id051920170326027721\n"
+"help.text"
+msgid "0: The value of 0 specifies a binary comparison that is case-sensitive."
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3153361\n"
+"help.text"
+msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"hd_id3154366\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3144760\n"
+"help.text"
+msgid "sInput = \"The book is on the table\""
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id3154125\n"
+"help.text"
+msgid "iPos = Instr(sInput,\"the\",10,1) ' Returns 1, search is case-insensitive"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id051920170322141162\n"
+"help.text"
+msgid "iPos = Instr(sInput,\"the\",10,0) ' Returns 0, search is case-sensitive"
+msgstr ""
+
+#: 03120411.xhp
+msgctxt ""
+"03120411.xhp\n"
+"par_id051920170316395065\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120401.xhp\">InStr</link>"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"tit\n"
+"help.text"
+msgid "StrReverse Function [Runtime - VBA]"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"bm_id3155934\n"
+"help.text"
+msgid "<bookmark_value>StrReverse function</bookmark_value>"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"hd_id3155934\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03120412.xhp\" name=\"InStrRev Function [Runtime]\">StrReverse Function [Runtime - VBA]</link>"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"par_id3153990\n"
+"help.text"
+msgid "Returns the string with the character order reversed."
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"hd_id3145090\n"
+"help.text"
+msgid "Syntax:"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"par_id3146957\n"
+"help.text"
+msgid "StrReverse (Text1 As String)"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"hd_id3148538\n"
+"help.text"
+msgid "Return value:"
+msgstr "Valor de retorno:"
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"par_id3149763\n"
+"help.text"
+msgid "String"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"hd_id3148473\n"
+"help.text"
+msgid "Parameters:"
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"par_id3145609\n"
+"help.text"
+msgid "<emph>Text1:</emph> The string expression that you want to reverse the character order."
+msgstr ""
+
+#: 03120412.xhp
+msgctxt ""
+"03120412.xhp\n"
+"hd_id3154366\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
#: 03130000.xhp
msgctxt ""
"03130000.xhp\n"
@@ -32136,14 +31992,6 @@ msgctxt ""
msgid "Example:"
msgstr "Ejemplo:"
-#: 03131500.xhp
-msgctxt ""
-"03131500.xhp\n"
-"par_id3149762\n"
-"help.text"
-msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-
#: 03131600.xhp
msgctxt ""
"03131600.xhp\n"
@@ -32299,14 +32147,6 @@ msgstr "Sintaxis:"
#: 03131700.xhp
msgctxt ""
"03131700.xhp\n"
-"par_id3151110\n"
-"help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
-msgstr "oServiceManager = GetProcessServiceManager()"
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
"hd_id3149516\n"
"help.text"
msgid "Example:"
@@ -32315,34 +32155,10 @@ msgstr "Ejemplo:"
#: 03131700.xhp
msgctxt ""
"03131700.xhp\n"
-"par_id3143270\n"
-"help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
-msgstr "oServiceManager = GetProcessServiceManager()"
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3153825\n"
-"help.text"
-msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
"par_id3148473\n"
"help.text"
-msgid "this is the same as the following statement:"
-msgstr "esto equivale a la instrucción siguiente:"
-
-#: 03131700.xhp
-msgctxt ""
-"03131700.xhp\n"
-"par_id3145609\n"
-"help.text"
-msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgid "' this is the same as the following statement:"
+msgstr ""
#: 03131800.xhp
msgctxt ""
@@ -32403,14 +32219,6 @@ msgstr "Sintaxis:"
#: 03131800.xhp
msgctxt ""
"03131800.xhp\n"
-"par_id3159176\n"
-"help.text"
-msgid "CreateUnoDialog( oDlgDesc )"
-msgstr "CreateUnoDialog( oDlgDesc )"
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
"hd_id3143270\n"
"help.text"
msgid "Example:"
@@ -32427,26 +32235,10 @@ msgstr "' Obtener descripción de diálogo de la biblioteca de diálogos"
#: 03131800.xhp
msgctxt ""
"03131800.xhp\n"
-"par_id3149234\n"
-"help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
-msgstr "oDlgDesc = DialogLibraries.Standard.Dialog1"
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
"par_id3154923\n"
"help.text"
-msgid "' generate \"live\" dialog"
-msgstr "' generar diálogo \"vivo\""
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3149670\n"
-"help.text"
-msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
-msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgid "' Generate \"live\" dialog"
+msgstr ""
#: 03131800.xhp
msgctxt ""
@@ -32456,14 +32248,6 @@ msgctxt ""
msgid "' display \"live\" dialog"
msgstr "' mostrar diálogo \"vivo\""
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3154072\n"
-"help.text"
-msgid "oDlgControl.execute"
-msgstr "oDlgControl.execute"
-
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
@@ -32563,14 +32347,6 @@ msgstr "Sintaxis:"
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
-"par_id3149203\n"
-"help.text"
-msgid "GlobalScope"
-msgstr "GlobalScope"
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
"hd_id3154685\n"
"help.text"
msgid "Example:"
@@ -32595,27 +32371,11 @@ msgstr "' llamando a Dialog1 en la biblioteca de documento Standard"
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
-"par_id3125865\n"
-"help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
-msgstr "oDlgDesc = DialogLibraries.Standard.Dialog1"
-
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
"par_id3154910\n"
"help.text"
msgid "' calling Dialog2 in the application library Library1"
msgstr "' llamando a Dialog2 en la biblioteca de Library1"
-#: 03131900.xhp
-msgctxt ""
-"03131900.xhp\n"
-"par_id3156424\n"
-"help.text"
-msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-msgstr "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-
#: 03132000.xhp
msgctxt ""
"03132000.xhp\n"
@@ -33141,8 +32901,8 @@ msgctxt ""
"03132300.xhp\n"
"par_id3154760\n"
"help.text"
-msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
-msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) para obtener una secuencia de bytes."
+msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ' to get a byte sequence."
+msgstr ""
#: 03132300.xhp
msgctxt ""
@@ -34171,7 +33931,255 @@ msgstr "Funcionamiento de %PRODUCTNAME Basic"
#: main0601.xhp
msgctxt ""
"main0601.xhp\n"
+"hd_id05182017030838384\n"
+"help.text"
+msgid "Working with VBA Macros"
+msgstr ""
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
"hd_id3148473\n"
"help.text"
msgid "Help about the Help"
msgstr "Ayuda sobre la Ayuda"
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"tit\n"
+"help.text"
+msgid "Exclusive VBA functions"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id051920170350145208\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"hd_id051820170313205718\n"
+"help.text"
+msgid "<variable id=\"exclusivevba\"><link href=\"text/sbasic/shared/special_vba_func.xhp\">Exclusive VBA functions</link></variable>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"par_id051820170314436068\n"
+"help.text"
+msgid "<ahelp hid=\".\">%PRODUCTNAME Basic adds this set of functions when VBA support is enabled</ahelp>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"hd_id051820170407499827\n"
+"help.text"
+msgid "These exclusive VBA functions are enabled when <item type=\"literal\">Option VBASupport 1</item> is the first line of a %PRODUCTNAME Basic module."
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id05192017035621676\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions;Text Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"par_id051820170355592834\n"
+"help.text"
+msgid "Text functions"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id051920170357078705\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions;Financial Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"par_id051820170355592581\n"
+"help.text"
+msgid "Financial functions"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id051920170357347041\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions;Date and Time Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"par_id051820170356005357\n"
+"help.text"
+msgid "Date and time functions"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id051920170358002074\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions;I/O Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"par_id051820170356006501\n"
+"help.text"
+msgid "I/O Functions"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id051920170358346963\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions;Mathematical Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"par_id051820170356005221\n"
+"help.text"
+msgid "Mathematical Functions"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"bm_id051920170359045662\n"
+"help.text"
+msgid "<bookmark_value>VBA Functions;Object Functions</bookmark_value>"
+msgstr ""
+
+#: special_vba_func.xhp
+msgctxt ""
+"special_vba_func.xhp\n"
+"hd_id051920170347039686\n"
+"help.text"
+msgid "Object Functions"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"tit\n"
+"help.text"
+msgid "Support for VBA Macros"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"hd_id051720170332046289\n"
+"help.text"
+msgid "<variable id=\"vbamacros\"><link href=\"text/sbasic/shared/vbasupport.xhp\">Working with VBA Macros</link></variable>"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id05172017033242490\n"
+"help.text"
+msgid "<ahelp hid=\".\">Visual Basic for Applications (VBA) is an implementation of Microsoft's Visual Basic which is built into all Microsoft Office applications. </ahelp>"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720170332428854\n"
+"help.text"
+msgid "Support for VBA is not complete, but it covers a large portion of the common usage patterns. Most macros use a manageable subset of objects in the Excel API (such as the Range, Worksheet, Workbook, etc.) and the support include those objects, and the most commonly used method/properties of those objects."
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"hd_id051720170350145604\n"
+"help.text"
+msgid "Loading Microsoft Office documents with executable VBA macros"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720170350147298\n"
+"help.text"
+msgid "Go to <item type=\"menuitem\">Tools – Options – Load / Save – VBA Properties</item> and mark the <emph>Excutable code</emph> checkbox. Then load or open your document."
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"hd_id051720170400536628\n"
+"help.text"
+msgid "Runing VBA Macros"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720170400539565\n"
+"help.text"
+msgid "Run VBA macros in the same way as %PRODUCTNAME Basic macros."
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720170407404013\n"
+"help.text"
+msgid "Since support for VBA is not complete, you may have to edit the VBA code and complete the missing support with %PRODUCTNAME Basic objects, statements and functions."
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"hd_id051720170400533411\n"
+"help.text"
+msgid "Editing VBA Macros"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720170400532486\n"
+"help.text"
+msgid "VBA macros can be edited in the %PRODUCTNAME Basic IDE."
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720171119254111\n"
+"help.text"
+msgid "<link href=\"text/shared/optionen/01130100.xhp\">VBA Properties</link>"
+msgstr ""
+
+#: vbasupport.xhp
+msgctxt ""
+"vbasupport.xhp\n"
+"par_id051720170407401872\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/01030000.xhp\">%PRODUCTNAME Basic IDE</link>"
+msgstr ""