Skip to content

Commit 413a88b

Browse files
authored
fixes (#3128)
1 parent 83c0e6c commit 413a88b

24 files changed

Lines changed: 39 additions & 39 deletions

File tree

docs/commands-legacy/get-database-localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: /commands/get-database-localization
55
displayed_sidebar: docs
66
---
77

8-
<!--REF #_command_.Get database localization.Syntax-->**Get database localization** ( {*languageType* : Integer}{;}{*} ) : Text<!-- END REF-->
8+
<!--REF #_command_.Get database localization.Syntax-->**Get database localization** ( { *languageType* : Integer {; * }}) : Text<br/>**Get database localization** ( * ) : Text<!-- END REF-->
99
<!--REF #_command_.Get database localization.Params-->
1010
<div class="no-index">
1111

docs/commands-legacy/get-list-item.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ slug: /commands/get-list-item
55
displayed_sidebar: docs
66
---
77

8-
<!--REF #_command_.GET LIST ITEM.Syntax-->**GET LIST ITEM** ( {* ;} *list* : Integer, Text ; *itemPos* : Integer, Operator ; *itemRef* : Integer ; *itemText* : Text {; *sublist* : Integer ; *expanded* : Boolean} )<!-- END REF-->
8+
<!--REF #_command_.GET LIST ITEM.Syntax-->**GET LIST ITEM** ( * ; *list* : Text ; *itemPos* : Integer, Operator ; *itemRef* : Integer ; *itemText* : Text {; *sublist* : Integer ; *expanded* : Boolean} )<br/>**GET LIST ITEM** ( *list* : Integer ; *itemPos* : Integer, Operator ; *itemRef* : Integer ; *itemText* : Text {; *sublist* : Integer ; *expanded* : Boolean} )<!-- END REF-->
99
<!--REF #_command_.GET LIST ITEM.Params-->
1010
<div class="no-index">
1111

1212
| Parameter | Type | | Description |
1313
| --- | --- | --- | --- |
14-
| * | Operator | &#8594; | If specified, list is an object name (string) If omitted, list is a list reference number |
15-
| list | Integer, Text | &#8594; | List reference number (if * omitted), or Name of list type object (if * passed) |
14+
| * | Operator | &#8594; | If specified, list is an object name (string). If omitted, list is a list reference number |
15+
| list | Text, Integer | &#8594; | List reference number (if * omitted), or Name of list type object (if * passed) |
1616
| itemPos | Integer, Operator | &#8594; | Position of item in expanded/collapsed list(s) or * for the current item in the list |
1717
| itemRef | Integer | &#8592; | Item reference number |
1818
| itemText | Text | &#8592; | Text of the list item |

docs/commands-legacy/match-regex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: /commands/match-regex
55
displayed_sidebar: docs
66
---
77

8-
<!--REF #_command_.Match regex.Syntax-->**Match regex** ( *pattern* : Text ; *aString* : Text ; *start* : Integer {; pos_found ; length_found}{; *} ) -> Function result <br/>**Match regex** ( *pattern* : Text ; *aString* : Text ) -> Function result<!-- END REF-->
8+
<!--REF #_command_.Match regex.Syntax-->**Match regex** ( *pattern* : Text ; *aString* : Text ) : Boolean<br/>**Match regex** ( *pattern* : Text ; *aString* : Text ; *start* : Integer {; *pos_found* : Integer ; *length_found* : Integer }{; *} ) : Boolean<br/>**Match regex** ( *pattern* : Text ; *aString* : Text ; *start* : Integer {; *pos_found* : Integer array ; *length_found* : Integer array }{; *} ) : Boolean<!-- END REF-->
99
<!--REF #_command_.Match regex.Params-->
1010
<div class="no-index">
1111

@@ -23,7 +23,7 @@ displayed_sidebar: docs
2323

2424
## Description
2525

26-
<!--REF #_command_.Match regex.Summary-->The **Match regex** command checks the conformity of a character string with respect to a set of synthesized rules by means of a meta-language called regular expression or rational expression.<!-- END REF--> The regex abbreviation is commonly used to indicate these types of notations.
26+
<!--REF #_command_.Match regex.Summary-->The **Match regex** command checks the conformity of a character string with respect to a set of synthesized rules by means of a meta-language called regular expression" or "rational expression".<!-- END REF--> The **regex** abbreviation is commonly used to indicate these types of notations.
2727

2828
Pass the regular expression to search for in *pattern*. This consists of a set of characters used for describing a character string, using special characters.
2929

docs/commands-legacy/object-set-value.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ displayed_sidebar: docs
1616
</div>
1717
<!-- END REF-->
1818

19-
## Example 1
19+
## Description
2020

2121
<!--REF #_command_.OBJECT SET VALUE.Summary-->**OBJECT SET VALUE** sets the *value* of the current data source for the form object(s) designated by the *objectName* parameter.<!-- END REF-->
2222

@@ -26,7 +26,7 @@ The *value* parameter allows you pass a new value (any type) for the form object
2626

2727
**Note**: If the data source is a non-assignable expression, **OBJECT SET VALUE** does nothing. For more information, see *assignable vs non-assignable expressions*.
2828

29-
## Example 2
29+
## Example
3030

3131
You want to get the data source value for a form object, get its name, and set a new value:
3232

i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ El siguiente ejemplo es el método de objeto de un botón de búsqueda ubicado e
5555
 End case
5656
```
5757

58-
## Ejemplo 2
58+
## Ejemplo
5959

6060
Usted quiere insertar los títulos en dos líneas:
6161

i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ displayed_sidebar: docs
1616
</div>
1717
<!-- END REF-->
1818

19-
## Ejemplo 1
19+
## Descripción
2020

2121
<!--REF #_command_.OBJECT SET VALUE.Summary-->**OBJECT SET VALUE** define el *valor* de la fuente de datos actual para los objetos de formulario designados por el parámetro *nomObjeto*.<!-- END REF-->
2222

i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ El siguiente ejemplo es el método de objeto de un botón de búsqueda ubicado e
5555
 End case
5656
```
5757

58-
## Ejemplo 2
58+
## Ejemplo
5959

6060
Usted quiere insertar los títulos en dos líneas:
6161

i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ displayed_sidebar: docs
1616
</div>
1717
<!-- END REF-->
1818

19-
## Ejemplo 1
19+
## Descripción
2020

2121
<!--REF #_command_.OBJECT SET VALUE.Summary-->**OBJECT SET VALUE** define el *valor* de la fuente de datos actual para los objetos de formulario designados por el parámetro *nomObjeto*.<!-- END REF-->
2222

i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ El siguiente ejemplo es el método de objeto de un botón de búsqueda ubicado e
5555
 End case
5656
```
5757

58-
## Ejemplo 2
58+
## Ejemplo
5959

6060
Usted quiere insertar los títulos en dos líneas:
6161

i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ displayed_sidebar: docs
1616
</div>
1717
<!-- END REF-->
1818

19-
## Ejemplo 1
19+
## Descripción
2020

2121
<!--REF #_command_.OBJECT SET VALUE.Summary-->**OBJECT SET VALUE** define el *valor* de la fuente de datos actual para los objetos de formulario designados por el parámetro *nomObjeto*.<!-- END REF-->
2222

0 commit comments

Comments
 (0)