From 84f382de79ea3f9e398412e137f0db8c85a1a93e Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Fri, 6 Feb 2026 13:11:45 +0100 Subject: [PATCH 1/6] fixes --- docs/commands-legacy/get-database-localization.md | 2 +- docs/commands-legacy/get-list-item.md | 6 +++--- docs/commands-legacy/match-regex.md | 4 ++-- docs/commands-legacy/object-set-value.md | 4 ++-- .../current/commands-legacy/object-set-title.md | 2 +- .../current/commands-legacy/object-set-value.md | 2 +- .../version-21-R2/commands-legacy/object-set-title.md | 2 +- .../version-21-R2/commands-legacy/object-set-value.md | 2 +- .../version-21/commands-legacy/object-set-title.md | 2 +- .../version-21/commands-legacy/object-set-value.md | 2 +- .../current/commands-legacy/object-get-value.md | 2 +- .../current/commands-legacy/object-set-title.md | 2 +- .../current/commands-legacy/object-set-value.md | 6 +++--- .../version-21-R2/commands-legacy/object-get-value.md | 2 +- .../version-21-R2/commands-legacy/object-set-title.md | 2 +- .../version-21-R2/commands-legacy/object-set-value.md | 6 +++--- .../version-21/commands-legacy/object-get-value.md | 2 +- .../version-21/commands-legacy/object-set-title.md | 2 +- .../version-21/commands-legacy/object-set-value.md | 6 +++--- .../current/commands-legacy/object-set-value.md | 4 ++-- .../version-21-R2/commands-legacy/object-set-value.md | 4 ++-- .../version-21/commands-legacy/object-set-value.md | 4 ++-- .../version-21-R2/commands-legacy/object-set-value.md | 4 ++-- .../version-21/commands-legacy/object-set-value.md | 4 ++-- 24 files changed, 39 insertions(+), 39 deletions(-) diff --git a/docs/commands-legacy/get-database-localization.md b/docs/commands-legacy/get-database-localization.md index 7f6ebb2fcc0d17..20b19d6a2864a0 100644 --- a/docs/commands-legacy/get-database-localization.md +++ b/docs/commands-legacy/get-database-localization.md @@ -5,7 +5,7 @@ slug: /commands/get-database-localization displayed_sidebar: docs --- -**Get database localization** ( {*languageType* : Integer}{;}{*} ) : Text +**Get database localization** ( { *languageType* : Integer {; * }}) : Text
**Get database localization** ( * ) : Text
diff --git a/docs/commands-legacy/get-list-item.md b/docs/commands-legacy/get-list-item.md index a939489f69be39..afff44ae8ec37e 100644 --- a/docs/commands-legacy/get-list-item.md +++ b/docs/commands-legacy/get-list-item.md @@ -5,14 +5,14 @@ slug: /commands/get-list-item displayed_sidebar: docs --- -**GET LIST ITEM** ( {* ;} *list* : Integer, Text ; *itemPos* : Integer, Operator ; *itemRef* : Integer ; *itemText* : Text {; *sublist* : Integer ; *expanded* : Boolean} ) +**GET LIST ITEM** ( * ; *list* : Text ; *itemPos* : Integer, Operator ; *itemRef* : Integer ; *itemText* : Text {; *sublist* : Integer ; *expanded* : Boolean} )
**GET LIST ITEM** ( *list* : Integer ; *itemPos* : Integer, Operator ; *itemRef* : Integer ; *itemText* : Text {; *sublist* : Integer ; *expanded* : Boolean} )
| Parameter | Type | | Description | | --- | --- | --- | --- | -| * | Operator | → | If specified, list is an object name (string) If omitted, list is a list reference number | -| list | Integer, Text | → | List reference number (if * omitted), or Name of list type object (if * passed) | +| * | Operator | → | If specified, list is an object name (string). If omitted, list is a list reference number | +| list | Text, Integer | → | List reference number (if * omitted), or Name of list type object (if * passed) | | itemPos | Integer, Operator | → | Position of item in expanded/collapsed list(s) or * for the current item in the list | | itemRef | Integer | ← | Item reference number | | itemText | Text | ← | Text of the list item | diff --git a/docs/commands-legacy/match-regex.md b/docs/commands-legacy/match-regex.md index cf953de6976938..9b23047cd5ec67 100644 --- a/docs/commands-legacy/match-regex.md +++ b/docs/commands-legacy/match-regex.md @@ -5,7 +5,7 @@ slug: /commands/match-regex displayed_sidebar: docs --- -**Match regex** ( *pattern* : Text ; *aString* : Text ; *start* : Integer {; pos_found ; length_found}{; *} ) -> Function result 
**Match regex** ( *pattern* : Text ; *aString* : Text ) -> Function result +**Match regex** ( *pattern* : Text ; *aString* : Text ) : Boolean
**Match regex** ( *pattern* : Text ; *aString* : Text ; *start* : Integer {; *pos_found* : Integer ; *length_found* : Integer }{; *} ) : Boolean
**Match regex** ( *pattern* : Text ; *aString* : Text ; *start* : Integer {; *pos_found* : Integer array ; *length_found* : Integer array }{; *} ) : Boolean
@@ -23,7 +23,7 @@ displayed_sidebar: docs ## Description -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.” The regex abbreviation is commonly used to indicate these types of notations. +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". The **regex** abbreviation is commonly used to indicate these types of notations. 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. diff --git a/docs/commands-legacy/object-set-value.md b/docs/commands-legacy/object-set-value.md index c0404bc2717d32..4fd305f2f51143 100644 --- a/docs/commands-legacy/object-set-value.md +++ b/docs/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs
-## Example 1 +## Description **OBJECT SET VALUE** sets the *value* of the current data source for the form object(s) designated by the *objectName* parameter. @@ -26,7 +26,7 @@ The *value* parameter allows you pass a new value (any type) for the form object **Note**: If the data source is a non-assignable expression, **OBJECT SET VALUE** does nothing. For more information, see *assignable vs non-assignable expressions*. -## Example 2 +## Example You want to get the data source value for a form object, get its name, and set a new value: diff --git a/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md b/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md index a567a2fad1ae01..361322a0a93d15 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md @@ -55,7 +55,7 @@ El siguiente ejemplo es el método de objeto de un botón de búsqueda ubicado e  End case ``` -## Ejemplo 2 +## Ejemplo Usted quiere insertar los títulos en dos líneas: diff --git a/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md b/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md index c3fec955654ac4..b83a6b9a75b591 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs
-## Ejemplo 1 +## Descripción **OBJECT SET VALUE** define el *valor* de la fuente de datos actual para los objetos de formulario designados por el parámetro *nomObjeto*. diff --git a/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md b/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md index a567a2fad1ae01..361322a0a93d15 100644 --- a/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md +++ b/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md @@ -55,7 +55,7 @@ El siguiente ejemplo es el método de objeto de un botón de búsqueda ubicado e  End case ``` -## Ejemplo 2 +## Ejemplo Usted quiere insertar los títulos en dos líneas: diff --git a/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md b/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md index c3fec955654ac4..b83a6b9a75b591 100644 --- a/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md +++ b/i18n/es/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs
-## Ejemplo 1 +## Descripción **OBJECT SET VALUE** define el *valor* de la fuente de datos actual para los objetos de formulario designados por el parámetro *nomObjeto*. diff --git a/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md b/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md index 16f5f6ced1ffbd..76f5d0843cf128 100644 --- a/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md +++ b/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md @@ -55,7 +55,7 @@ El siguiente ejemplo es el método de objeto de un botón de búsqueda ubicado e  End case ``` -## Ejemplo 2 +## Ejemplo Usted quiere insertar los títulos en dos líneas: diff --git a/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md b/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md index ef7ae30d767a10..03edfa8619dbaf 100644 --- a/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md +++ b/i18n/es/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs -## Ejemplo 1 +## Descripción **OBJECT SET VALUE** define el *valor* de la fuente de datos actual para los objetos de formulario designados por el parámetro *nomObjeto*. diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-get-value.md b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-get-value.md index 6dfa93bbae24a3..46b22c13a9ff66 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-get-value.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-get-value.md @@ -20,7 +20,7 @@ displayed_sidebar: docs La commande **OBJECT Get value** retourne la valeur courante des sources de données des objets formulaire désignés par le paramètre nomObjet. -Dans le paramètre nomObjet, passez le nom d'un objet formulaire (chaine). Si vous utilisez un caractère générique (“@”) pour de multiples objets, seule la valeur des sources de données du premier objet de formulaire est retourné. +Dans le paramètre *nomObjet*, passez le nom d'un objet formulaire (chaine). Si vous utilisez un caractère générique (“@”) pour de multiples objets, seule la valeur des sources de données du premier objet de formulaire est retourné. **Note**: **OBJECT Get value** n'est pas disponible dans les objets colonnes de list box.. diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md index 46800c1141e664..bce6f872bbe833 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-title.md @@ -59,7 +59,7 @@ L'exemple suivant est la méthode objet d'un bouton de recherche situé dans la  End case ``` -## Exemple 2 +## Exemple Vous souhaitez insérer des libellés sur deux lignes : diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md index 6c7d1e1b233d89..4647cadccd518d 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md @@ -18,15 +18,15 @@ displayed_sidebar: docs ## Exemple 1 -**OBJECT SET VALUE** fixe la *valeur* des sources de données courantes pour les objets formulaires désignés par le paramètre *nomObjet*. +**OBJECT SET VALUE** fixe la *valeur* des sources de données courantes pour le ou les objet(s) de formulaire désigné(s) par le paramètre *nomObjet*. -Dans le paramètre nomObjet, passez le nom d'un objet formulaire (une chaine). Vous pouvez définir la valeur de plusieurs objets formulaires à l'aide du caractère générique (“@”). +Dans le paramètre *nomObjet*, passez le nom d'un objet de formulaire (une chaine). Vous pouvez définir la valeur de plusieurs objets du formulaire à l'aide du caractère joker (“@”). Le paramètre *valeur* vous permet de passer une nouvelle valeur (de tout type) pour les sources de données de l'objet formulaire. **Note** : Si les sources de données sont une expression non assignable, **OBJECT SET VALUE** ne fait rien. Pour plus d'informations, consultez *expressions assignables vs non-assignables* . -## Exemple 2 +## Exemple Vous souhaitez lire la valeur des sources de données d'un objet formulaire, lire son nom et définir une nouvelle valeur : diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-get-value.md b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-get-value.md index 6dfa93bbae24a3..46b22c13a9ff66 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-get-value.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-get-value.md @@ -20,7 +20,7 @@ displayed_sidebar: docs La commande **OBJECT Get value** retourne la valeur courante des sources de données des objets formulaire désignés par le paramètre nomObjet. -Dans le paramètre nomObjet, passez le nom d'un objet formulaire (chaine). Si vous utilisez un caractère générique (“@”) pour de multiples objets, seule la valeur des sources de données du premier objet de formulaire est retourné. +Dans le paramètre *nomObjet*, passez le nom d'un objet formulaire (chaine). Si vous utilisez un caractère générique (“@”) pour de multiples objets, seule la valeur des sources de données du premier objet de formulaire est retourné. **Note**: **OBJECT Get value** n'est pas disponible dans les objets colonnes de list box.. diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md index 46800c1141e664..bce6f872bbe833 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-title.md @@ -59,7 +59,7 @@ L'exemple suivant est la méthode objet d'un bouton de recherche situé dans la  End case ``` -## Exemple 2 +## Exemple Vous souhaitez insérer des libellés sur deux lignes : diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md index 6c7d1e1b233d89..4647cadccd518d 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md @@ -18,15 +18,15 @@ displayed_sidebar: docs ## Exemple 1 -**OBJECT SET VALUE** fixe la *valeur* des sources de données courantes pour les objets formulaires désignés par le paramètre *nomObjet*. +**OBJECT SET VALUE** fixe la *valeur* des sources de données courantes pour le ou les objet(s) de formulaire désigné(s) par le paramètre *nomObjet*. -Dans le paramètre nomObjet, passez le nom d'un objet formulaire (une chaine). Vous pouvez définir la valeur de plusieurs objets formulaires à l'aide du caractère générique (“@”). +Dans le paramètre *nomObjet*, passez le nom d'un objet de formulaire (une chaine). Vous pouvez définir la valeur de plusieurs objets du formulaire à l'aide du caractère joker (“@”). Le paramètre *valeur* vous permet de passer une nouvelle valeur (de tout type) pour les sources de données de l'objet formulaire. **Note** : Si les sources de données sont une expression non assignable, **OBJECT SET VALUE** ne fait rien. Pour plus d'informations, consultez *expressions assignables vs non-assignables* . -## Exemple 2 +## Exemple Vous souhaitez lire la valeur des sources de données d'un objet formulaire, lire son nom et définir une nouvelle valeur : diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-get-value.md b/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-get-value.md index 1418b585a16100..fd4136da9601d8 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-get-value.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-get-value.md @@ -20,7 +20,7 @@ displayed_sidebar: docs La commande **OBJECT Get value** retourne la valeur courante des sources de données des objets formulaire désignés par le paramètre nomObjet. -Dans le paramètre nomObjet, passez le nom d'un objet formulaire (chaine). Si vous utilisez un caractère générique (“@”) pour de multiples objets, seule la valeur des sources de données du premier objet de formulaire est retourné. +Dans le paramètre *nomObjet*, passez le nom d'un objet formulaire (chaine). Si vous utilisez un caractère générique (“@”) pour de multiples objets, seule la valeur des sources de données du premier objet de formulaire est retourné. **Note**: **OBJECT Get value** n'est pas disponible dans les objets colonnes de list box.. diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md b/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md index 8b2fdc6f2f52d2..5d3650aac54411 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-title.md @@ -59,7 +59,7 @@ L'exemple suivant est la méthode objet d'un bouton de recherche situé dans la  End case ``` -## Exemple 2 +## Exemple Vous souhaitez insérer des libellés sur deux lignes : diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md b/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md index c21932d55b2511..9436d5448c78b1 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md @@ -18,15 +18,15 @@ displayed_sidebar: docs ## Exemple 1 -**OBJECT SET VALUE** fixe la *valeur* des sources de données courantes pour les objets formulaires désignés par le paramètre *nomObjet*. +**OBJECT SET VALUE** fixe la *valeur* des sources de données courantes pour le ou les objet(s) de formulaire désigné(s) par le paramètre *nomObjet*. -Dans le paramètre nomObjet, passez le nom d'un objet formulaire (une chaine). Vous pouvez définir la valeur de plusieurs objets formulaires à l'aide du caractère générique (“@”). +Dans le paramètre *nomObjet*, passez le nom d'un objet de formulaire (une chaine). Vous pouvez définir la valeur de plusieurs objets du formulaire à l'aide du caractère joker (“@”). Le paramètre *valeur* vous permet de passer une nouvelle valeur (de tout type) pour les sources de données de l'objet formulaire. **Note** : Si les sources de données sont une expression non assignable, **OBJECT SET VALUE** ne fait rien. Pour plus d'informations, consultez *expressions assignables vs non-assignables* . -## Exemple 2 +## Exemple Vous souhaitez lire la valeur des sources de données d'un objet formulaire, lire son nom et définir une nouvelle valeur : diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md index f93510e853fa07..881c180ab68dc6 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs -## 例題 1 +## 説明 **OBJECT SET VALUE** は、*objectName* 引数で指定したフォームオブジェクトのカレントのデータソースに対して*value* 引数の値を設定します。 @@ -26,7 +26,7 @@ displayed_sidebar: docs **注**: データソースが代入不可能な式だった場合、**OBJECT SET VALUE** は何もしません。詳細な情報については、*代入可 vs 代入不可の式* を参照して下さい。 -## 例題 2 +## 例題 あるフォームオブジェクトのデータソース値を取得し、その名前を取得して新しい値を設定したい場合を考えます: diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md index f93510e853fa07..881c180ab68dc6 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md +++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs -## 例題 1 +## 説明 **OBJECT SET VALUE** は、*objectName* 引数で指定したフォームオブジェクトのカレントのデータソースに対して*value* 引数の値を設定します。 @@ -26,7 +26,7 @@ displayed_sidebar: docs **注**: データソースが代入不可能な式だった場合、**OBJECT SET VALUE** は何もしません。詳細な情報については、*代入可 vs 代入不可の式* を参照して下さい。 -## 例題 2 +## 例題 あるフォームオブジェクトのデータソース値を取得し、その名前を取得して新しい値を設定したい場合を考えます: diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md b/i18n/ja/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md index d6d17e8133bdb6..0db992acec2ba5 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md +++ b/i18n/ja/docusaurus-plugin-content-docs/version-21/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs -## 例題 1 +## 説明 **OBJECT SET VALUE** は、*objectName* 引数で指定したフォームオブジェクトのカレントのデータソースに対して*value* 引数の値を設定します。 @@ -26,7 +26,7 @@ displayed_sidebar: docs **注**: データソースが代入不可能な式だった場合、**OBJECT SET VALUE** は何もしません。詳細な情報については、*代入可 vs 代入不可の式* を参照して下さい。 -## 例題 2 +## 例題 あるフォームオブジェクトのデータソース値を取得し、その名前を取得して新しい値を設定したい場合を考えます: diff --git a/versioned_docs/version-21-R2/commands-legacy/object-set-value.md b/versioned_docs/version-21-R2/commands-legacy/object-set-value.md index c0404bc2717d32..4fd305f2f51143 100644 --- a/versioned_docs/version-21-R2/commands-legacy/object-set-value.md +++ b/versioned_docs/version-21-R2/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs -## Example 1 +## Description **OBJECT SET VALUE** sets the *value* of the current data source for the form object(s) designated by the *objectName* parameter. @@ -26,7 +26,7 @@ The *value* parameter allows you pass a new value (any type) for the form object **Note**: If the data source is a non-assignable expression, **OBJECT SET VALUE** does nothing. For more information, see *assignable vs non-assignable expressions*. -## Example 2 +## Example You want to get the data source value for a form object, get its name, and set a new value: diff --git a/versioned_docs/version-21/commands-legacy/object-set-value.md b/versioned_docs/version-21/commands-legacy/object-set-value.md index 419a11db316ae3..eb2d35c61b0bdf 100644 --- a/versioned_docs/version-21/commands-legacy/object-set-value.md +++ b/versioned_docs/version-21/commands-legacy/object-set-value.md @@ -16,7 +16,7 @@ displayed_sidebar: docs -## Example 1 +## Description **OBJECT SET VALUE** sets the *value* of the current data source for the form object(s) designated by the *objectName* parameter. @@ -26,7 +26,7 @@ The *value* parameter allows you pass a new value (any type) for the form object **Note**: If the data source is a non-assignable expression, **OBJECT SET VALUE** does nothing. For more information, see *assignable vs non-assignable expressions*. -## Example 2 +## Example You want to get the data source value for a form object, get its name, and set a new value: From eaa412939186c276c685735df8bd67d540cede93 Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Fri, 6 Feb 2026 14:32:57 +0100 Subject: [PATCH 2/6] fix lists + home --- docs/commands-legacy/copy-parameters.md | 2 +- docs/commands-legacy/find-in-list.md | 2 +- docs/commands-legacy/get-list-item-font.md | 2 +- docs/commands-legacy/get-list-item-icon.md | 2 +- docs/commands-legacy/get-list-item-parameter-arrays.md | 2 +- docs/commands-legacy/get-list-item-parameter.md | 2 +- docs/commands-legacy/get-list-item-properties.md | 2 +- docs/commands-legacy/goto-object.md | 4 ++-- docs/commands-legacy/select-list-items-by-position.md | 2 +- docs/commands-legacy/selected-list-items.md | 2 +- docs/commands-legacy/set-list-item-font.md | 2 +- docs/commands-legacy/set-list-item-icon.md | 2 +- docs/commands-legacy/set-list-item-parameter.md | 2 +- docs/commands-legacy/set-list-item-properties.md | 2 +- docs/commands-legacy/set-list-item.md | 2 +- docusaurus.config.js | 4 ++++ 16 files changed, 20 insertions(+), 16 deletions(-) diff --git a/docs/commands-legacy/copy-parameters.md b/docs/commands-legacy/copy-parameters.md index 117e4f2cf409d6..becfaee5425151 100644 --- a/docs/commands-legacy/copy-parameters.md +++ b/docs/commands-legacy/copy-parameters.md @@ -5,7 +5,7 @@ slug: /commands/copy-parameters displayed_sidebar: docs --- -**Copy parameters** ( *startFrom* : Integer ) : Collection +**Copy parameters** ({ *startFrom* : Integer }) : Collection
diff --git a/docs/commands-legacy/find-in-list.md b/docs/commands-legacy/find-in-list.md index 57f2e754d874fd..a89a179590c834 100644 --- a/docs/commands-legacy/find-in-list.md +++ b/docs/commands-legacy/find-in-list.md @@ -5,7 +5,7 @@ slug: /commands/find-in-list displayed_sidebar: docs --- -**Find in list** ( {* ;} *list* : Integer, Text ; *value* : Text ; *scope* : Integer {; *itemsArray* : Integer array {; *}} ) : Integer +**Find in list** ( * ; *list* : Text ; *value* : Text ; *scope* : Integer {; *itemsArray* : Integer array {; *}} ) : Integer
**Find in list** ( *list* : Integer ; *value* : Text ; *scope* : Integer {; *itemsArray* : Integer array {; *}} ) : Integer
diff --git a/docs/commands-legacy/get-list-item-font.md b/docs/commands-legacy/get-list-item-font.md index be779059f0641d..8043ed7d1458fc 100644 --- a/docs/commands-legacy/get-list-item-font.md +++ b/docs/commands-legacy/get-list-item-font.md @@ -5,7 +5,7 @@ slug: /commands/get-list-item-font displayed_sidebar: docs --- -**Get list item font** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ) : Text +**Get list item font** ( * ; *list* : Text ; *itemRef* : Integer, Operator ) : Text
**Get list item font** ( *list* : Integer ; *itemRef* : Integer, Operator ) : Text
diff --git a/docs/commands-legacy/get-list-item-icon.md b/docs/commands-legacy/get-list-item-icon.md index 375feb87e681c5..d37225add15119 100644 --- a/docs/commands-legacy/get-list-item-icon.md +++ b/docs/commands-legacy/get-list-item-icon.md @@ -5,7 +5,7 @@ slug: /commands/get-list-item-icon displayed_sidebar: docs --- -**GET LIST ITEM ICON** ( {* ;} *list* : Integer, Text ; *itemRef* : Operator, Integer ; *icon* : Picture ) +**GET LIST ITEM ICON** ( * ; *list* : Text ; *itemRef* : Operator, Integer ; *icon* : Picture )
**GET LIST ITEM ICON** ( *list* : Integer ; *itemRef* : Operator, Integer ; *icon* : Picture )
diff --git a/docs/commands-legacy/get-list-item-parameter-arrays.md b/docs/commands-legacy/get-list-item-parameter-arrays.md index dad24b51a8cd83..b878d55ea87f19 100644 --- a/docs/commands-legacy/get-list-item-parameter-arrays.md +++ b/docs/commands-legacy/get-list-item-parameter-arrays.md @@ -5,7 +5,7 @@ slug: /commands/get-list-item-parameter-arrays displayed_sidebar: docs --- -**GET LIST ITEM PARAMETER ARRAYS** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *arrSelection* : Text array {; *arrValues* : Text array} ) +**GET LIST ITEM PARAMETER ARRAYS** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *arrSelection* : Text array {; *arrValues* : Text array} )
**GET LIST ITEM PARAMETER ARRAYS** ( {*list* : Integer ; *itemRef* : Integer, Operator ; *arrSelection* : Text array {; *arrValues* : Text array} )
diff --git a/docs/commands-legacy/get-list-item-parameter.md b/docs/commands-legacy/get-list-item-parameter.md index 0af3b9f2f52587..95447b3a4b0b95 100644 --- a/docs/commands-legacy/get-list-item-parameter.md +++ b/docs/commands-legacy/get-list-item-parameter.md @@ -5,7 +5,7 @@ slug: /commands/get-list-item-parameter displayed_sidebar: docs --- -**GET LIST ITEM PARAMETER** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *selector* : Text ; *value* : Text, Boolean, Real ) +**GET LIST ITEM PARAMETER** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *selector* : Text ; *value* : Text, Boolean, Real )
**GET LIST ITEM PARAMETER** ( *list* : Integer ; *itemRef* : Integer, Operator ; *selector* : Text ; *value* : Text, Boolean, Real )
diff --git a/docs/commands-legacy/get-list-item-properties.md b/docs/commands-legacy/get-list-item-properties.md index aff98156dd065f..ccda57f78f19cf 100644 --- a/docs/commands-legacy/get-list-item-properties.md +++ b/docs/commands-legacy/get-list-item-properties.md @@ -5,7 +5,7 @@ slug: /commands/get-list-item-properties displayed_sidebar: docs --- -**GET LIST ITEM PROPERTIES** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *enterable* : Boolean {; *styles* : Integer {; *icon* : Text, Integer {; *color* : Integer}}} ) +**GET LIST ITEM PROPERTIES** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *enterable* : Boolean {; *styles* : Integer {; *icon* : Text, Integer {; *color* : Integer}}} )
*GET LIST ITEM PROPERTIES** ( *list* : Integer ; *itemRef* : Integer, Operator ; *enterable* : Boolean {; *styles* : Integer {; *icon* : Text, Integer {; *color* : Integer}}} )
diff --git a/docs/commands-legacy/goto-object.md b/docs/commands-legacy/goto-object.md index ec522ea22d61a0..0c21e980c31225 100644 --- a/docs/commands-legacy/goto-object.md +++ b/docs/commands-legacy/goto-object.md @@ -5,14 +5,14 @@ slug: /commands/goto-object displayed_sidebar: docs --- -**GOTO OBJECT** ( {* ;} *object* : Variable, Field ) +**GOTO OBJECT** ( * ; *object* : Text )
**GOTO OBJECT** ( *object* : Variable, Field )
| Parameter | Type | | Description | | --- | --- | --- | --- | | * | Operator | → | If specified = object is an object name (string) If omitted = object is a field or a variable | -| object | Field, Variable | → | Object name (if * specified) or Field or Variable (if * omitted) to go to | +| object | Text, Variable, Field | → | Object name (if * specified) or Variable or Field (if * omitted) to go to |
diff --git a/docs/commands-legacy/select-list-items-by-position.md b/docs/commands-legacy/select-list-items-by-position.md index eedd6a895327ca..6ebf0d39bcf78e 100644 --- a/docs/commands-legacy/select-list-items-by-position.md +++ b/docs/commands-legacy/select-list-items-by-position.md @@ -5,7 +5,7 @@ slug: /commands/select-list-items-by-position displayed_sidebar: docs --- -**SELECT LIST ITEMS BY POSITION** ( {* ;} *list* : Integer, Text ; *itemPos* : Integer {; *positionsArray* : Integer array} ) +**SELECT LIST ITEMS BY POSITION** ( * ; *list* : Text ; *itemPos* : Integer {; *positionsArray* : Integer array} )
**SELECT LIST ITEMS BY POSITION** ( *list* : Integer ; *itemPos* : Integer {; *positionsArray* : Integer array} )
diff --git a/docs/commands-legacy/selected-list-items.md b/docs/commands-legacy/selected-list-items.md index 5097533fc43aed..0ce4c17b5b1445 100644 --- a/docs/commands-legacy/selected-list-items.md +++ b/docs/commands-legacy/selected-list-items.md @@ -5,7 +5,7 @@ slug: /commands/selected-list-items displayed_sidebar: docs --- -**Selected list items** ( {* ;} *list* : Integer, Text {; *itemsArray* : Integer array {; *}} ) : Integer +**Selected list items** ( * ; *list* : Text {; *itemsArray* : Integer array {; *}} ) : Integer
**Selected list items** ( *list* : Integer {; *itemsArray* : Integer array {; *}} ) : Integer
diff --git a/docs/commands-legacy/set-list-item-font.md b/docs/commands-legacy/set-list-item-font.md index 7822ec51c325ee..5e5d40e763fcb3 100644 --- a/docs/commands-legacy/set-list-item-font.md +++ b/docs/commands-legacy/set-list-item-font.md @@ -5,7 +5,7 @@ slug: /commands/set-list-item-font displayed_sidebar: docs --- -**SET LIST ITEM FONT** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *font* : Text, Integer ) +**SET LIST ITEM FONT** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *font* : Text, Integer )
**SET LIST ITEM FONT** ( *list* : Integer ; *itemRef* : Integer, Operator ; *font* : Text, Integer )
diff --git a/docs/commands-legacy/set-list-item-icon.md b/docs/commands-legacy/set-list-item-icon.md index 538c729d5ec162..92cd1464de345c 100644 --- a/docs/commands-legacy/set-list-item-icon.md +++ b/docs/commands-legacy/set-list-item-icon.md @@ -5,7 +5,7 @@ slug: /commands/set-list-item-icon displayed_sidebar: docs --- -**SET LIST ITEM ICON** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *icon* : Picture ) +**SET LIST ITEM ICON** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *icon* : Picture )
**SET LIST ITEM ICON** (*list* : Integer ; *itemRef* : Integer, Operator ; *icon* : Picture )
diff --git a/docs/commands-legacy/set-list-item-parameter.md b/docs/commands-legacy/set-list-item-parameter.md index 6b6f3a5475dfea..61f836a74a58e5 100644 --- a/docs/commands-legacy/set-list-item-parameter.md +++ b/docs/commands-legacy/set-list-item-parameter.md @@ -5,7 +5,7 @@ slug: /commands/set-list-item-parameter displayed_sidebar: docs --- -**SET LIST ITEM PARAMETER** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *selector* : Text ; *value* : Text, Boolean, Real ) +**SET LIST ITEM PARAMETER** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *selector* : Text ; *value* : Text, Boolean, Real )
**SET LIST ITEM PARAMETER** ( *list* : Integer ; *itemRef* : Integer, Operator ; *selector* : Text ; *value* : Text, Boolean, Real )
diff --git a/docs/commands-legacy/set-list-item-properties.md b/docs/commands-legacy/set-list-item-properties.md index b55085b3ef4e79..3a33a0b5c62d78 100644 --- a/docs/commands-legacy/set-list-item-properties.md +++ b/docs/commands-legacy/set-list-item-properties.md @@ -5,7 +5,7 @@ slug: /commands/set-list-item-properties displayed_sidebar: docs --- -**SET LIST ITEM PROPERTIES** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *enterable* : Boolean ; *styles* : Integer {; *icon* : Text, Integer {; *color* : Integer}} ) +**SET LIST ITEM PROPERTIES** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *enterable* : Boolean ; *styles* : Integer {; *icon* : Text, Integer {; *color* : Integer}} )
**SET LIST ITEM PROPERTIES** ( *list* : Integer ; *itemRef* : Integer, Operator ; *enterable* : Boolean ; *styles* : Integer {; *icon* : Text, Integer {; *color* : Integer}} )
diff --git a/docs/commands-legacy/set-list-item.md b/docs/commands-legacy/set-list-item.md index 831302e546a3ff..91d59d7b8715c4 100644 --- a/docs/commands-legacy/set-list-item.md +++ b/docs/commands-legacy/set-list-item.md @@ -5,7 +5,7 @@ slug: /commands/set-list-item displayed_sidebar: docs --- -**SET LIST ITEM** ( {* ;} *list* : Integer, Text ; *itemRef* : Integer, Operator ; *newItemText* : Text ; *newItemRef* : Integer {; *sublist* : Integer ; *expanded* : Boolean} ) +**SET LIST ITEM** ( * ; *list* : Text ; *itemRef* : Integer, Operator ; *newItemText* : Text ; *newItemRef* : Integer {; *sublist* : Integer ; *expanded* : Boolean} )
**SET LIST ITEM** ( *list* : Integer ; *itemRef* : Integer, Operator ; *newItemText* : Text ; *newItemRef* : Integer {; *sublist* : Integer ; *expanded* : Boolean} )
diff --git a/docusaurus.config.js b/docusaurus.config.js index 0e0a95b991a031..b36e69bad994c6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -216,6 +216,10 @@ module.exports = { label: 'Learn 4D', to: 'https://learn.4d.com', }, + { + label: '4D Doc Center (legacy documentation web site) ', + to: 'https://doc.4d.com', + }, { label: 'Knowledgebase', to: 'https://kb.4d.com', From d44734af95aae9407f030b736f4f5538a9c93e10 Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Fri, 6 Feb 2026 15:35:41 +0100 Subject: [PATCH 3/6] dom et sax --- docs/commands-legacy/dom-create-xml-element-arrays.md | 2 +- docs/commands-legacy/dom-create-xml-element.md | 2 +- docs/commands-legacy/dom-create-xml-ref.md | 2 +- docs/commands-legacy/sax-open-xml-element-arrays.md | 2 +- docs/commands-legacy/sax-open-xml-element.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/commands-legacy/dom-create-xml-element-arrays.md b/docs/commands-legacy/dom-create-xml-element-arrays.md index d707a76206d265..5b75642d7ef6f3 100644 --- a/docs/commands-legacy/dom-create-xml-element-arrays.md +++ b/docs/commands-legacy/dom-create-xml-element-arrays.md @@ -5,7 +5,7 @@ slug: /commands/dom-create-xml-element-arrays displayed_sidebar: docs --- -**DOM Create XML element arrays** ( *elementRef* : Text ; *xPath* : Text {; *attribNamesArray* : Text array ; *attribValuesArray* : Text array} {; ...(*attribNamesArray* : Text array ; *attribValuesArray* : Text array)} ) : Text +**DOM Create XML element arrays** ( *elementRef* : Text ; *xPath* : Text {; ...(*attribNamesArray* : Text array ; *attribValuesArray* : Text array)} ) : Text
diff --git a/docs/commands-legacy/dom-create-xml-element.md b/docs/commands-legacy/dom-create-xml-element.md index 465370e17674c1..86f018c9f6b52f 100644 --- a/docs/commands-legacy/dom-create-xml-element.md +++ b/docs/commands-legacy/dom-create-xml-element.md @@ -5,7 +5,7 @@ slug: /commands/dom-create-xml-element displayed_sidebar: docs --- -**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text; {; ...(*attribName* : Text, *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text +**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text; {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text
diff --git a/docs/commands-legacy/dom-create-xml-ref.md b/docs/commands-legacy/dom-create-xml-ref.md index 6ca4124e1612c6..b245be2b9ca937 100644 --- a/docs/commands-legacy/dom-create-xml-ref.md +++ b/docs/commands-legacy/dom-create-xml-ref.md @@ -5,7 +5,7 @@ slug: /commands/dom-create-xml-ref displayed_sidebar: docs --- -**DOM Create XML Ref** ( *root* : Text {; *nameSpace* : Text} {; *nameSpaceName* : Text ; *nameSpaceValue* : Text} {; ...(*nameSpaceName* : Text ; *nameSpaceValue* : Text)} ) : Text +**DOM Create XML Ref** ( *root* : Text {; *nameSpace* : Text} {; ...(*nameSpaceName* : Text ; *nameSpaceValue* : Text)} ) : Text
diff --git a/docs/commands-legacy/sax-open-xml-element-arrays.md b/docs/commands-legacy/sax-open-xml-element-arrays.md index 7edd96da7277a6..c62b4f98d734a2 100644 --- a/docs/commands-legacy/sax-open-xml-element-arrays.md +++ b/docs/commands-legacy/sax-open-xml-element-arrays.md @@ -5,7 +5,7 @@ slug: /commands/sax-open-xml-element-arrays displayed_sidebar: docs --- -**SAX OPEN XML ELEMENT ARRAYS** ( *document* : Time ; *tag* : Text {; *attribNamesArray* : Text array ; *attribValuesArray* : Array} {; ...(*attribNamesArray* : Text array ; *attribValuesArray* : Array)} ) +**SAX OPEN XML ELEMENT ARRAYS** ( *document* : Time ; *tag* : Text {; ...(*attribNamesArray* : Text array ; *attribValuesArray* : Array)} )
diff --git a/docs/commands-legacy/sax-open-xml-element.md b/docs/commands-legacy/sax-open-xml-element.md index 34583351c3fc4b..71aa07a5fcc9ea 100644 --- a/docs/commands-legacy/sax-open-xml-element.md +++ b/docs/commands-legacy/sax-open-xml-element.md @@ -5,7 +5,7 @@ slug: /commands/sax-open-xml-element displayed_sidebar: docs --- -**SAX OPEN XML ELEMENT** ( *document* : Time ; *tag* : Text {; *attribName* : Text ; *attribValue* : Text} {; ...(*attribName* : Text ; *attribValue* : Text)} ) +**SAX OPEN XML ELEMENT** ( *document* : Time ; *tag* : Text {; ...(*attribName* : Text ; *attribValue* : Text)} )
From 22cb6613330fd37306a85689a4da21c436734aac Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Fri, 6 Feb 2026 16:17:11 +0100 Subject: [PATCH 4/6] fix and css --- docs/commands-legacy/dom-create-xml-element.md | 2 +- docs/commands-legacy/method-called-on-error.md | 2 +- src/css/customTheme.css | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/commands-legacy/dom-create-xml-element.md b/docs/commands-legacy/dom-create-xml-element.md index 86f018c9f6b52f..808ac37156e511 100644 --- a/docs/commands-legacy/dom-create-xml-element.md +++ b/docs/commands-legacy/dom-create-xml-element.md @@ -5,7 +5,7 @@ slug: /commands/dom-create-xml-element displayed_sidebar: docs --- -**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text; {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text +**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text
diff --git a/docs/commands-legacy/method-called-on-error.md b/docs/commands-legacy/method-called-on-error.md index f59a8a8b296fe2..a02fbc8163a2b1 100644 --- a/docs/commands-legacy/method-called-on-error.md +++ b/docs/commands-legacy/method-called-on-error.md @@ -5,7 +5,7 @@ slug: /commands/method-called-on-error displayed_sidebar: docs --- -**Method called on error** ( *scope* : Integer ) : Text +**Method called on error** ( {*scope* : Integer} ) : Text
diff --git a/src/css/customTheme.css b/src/css/customTheme.css index 36ec8ee1698182..b0d956c085cb6b 100644 --- a/src/css/customTheme.css +++ b/src/css/customTheme.css @@ -164,4 +164,10 @@ summary { --docsearch-text-color: var(--ifm-font-color-base); --docsearch-searchicon-color: var(--ifm-color-secondary-darkest); --docsearch-searchbox-background: var(--ifm-color-primary); -} \ No newline at end of file +} + + + +a.footer__link-item:hover { + color: #1e90ff !important; +} From 636802611508e9ef43c0f3d5d4ee1fd036ec80e0 Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Fri, 6 Feb 2026 17:15:05 +0100 Subject: [PATCH 5/6] fixes --- docs/commands-legacy/data-file.md | 2 +- docs/commands-legacy/drop-position.md | 2 +- docs/commands-legacy/highlight-text.md | 4 ++-- docs/commands-legacy/screen-height.md | 2 +- docs/commands-legacy/screen-width.md | 2 +- docs/commands-legacy/st-set-attributes.md | 4 ++-- .../current/commands-legacy/data-file.md | 2 +- .../version-21-R2/commands-legacy/data-file.md | 2 +- .../current/commands-legacy/data-file.md | 2 +- .../version-21-R2/commands-legacy/data-file.md | 2 +- versioned_docs/version-21-R2/commands-legacy/data-file.md | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/commands-legacy/data-file.md b/docs/commands-legacy/data-file.md index c6c3f4c6e0b504..8402aeefb46f7f 100644 --- a/docs/commands-legacy/data-file.md +++ b/docs/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/docs/commands-legacy/drop-position.md b/docs/commands-legacy/drop-position.md index 2c050bfc550bd0..9bce0918c76f7d 100644 --- a/docs/commands-legacy/drop-position.md +++ b/docs/commands-legacy/drop-position.md @@ -5,7 +5,7 @@ slug: /commands/drop-position displayed_sidebar: docs --- -**Drop position** ( *columnNumber* : Integer ) : Integer
**Drop position** ( *pictPosY* : Integer ) : Integer +**Drop position** ( { *columnNumber* : Integer } ) : Integer
**Drop position** ( { *pictPosY* : Integer } ) : Integer
diff --git a/docs/commands-legacy/highlight-text.md b/docs/commands-legacy/highlight-text.md index 17f811b6f6a000..015850063aa300 100644 --- a/docs/commands-legacy/highlight-text.md +++ b/docs/commands-legacy/highlight-text.md @@ -5,14 +5,14 @@ slug: /commands/highlight-text displayed_sidebar: docs --- -**HIGHLIGHT TEXT** ( {* ;} *object* : Variable, Field, any ; *startSel* : Integer ; *endSel* : Integer ) +**HIGHLIGHT TEXT** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer )
**HIGHLIGHT TEXT** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer )
| Parameter | Type | | Description | | --- | --- | --- | --- | | * | Operator | → | If specified, object is an object name (string)
If omitted, object is a field or variable | -| object | Field, Variable, any | → | Object name (if * is specified) or Enterable field or variable (if * is omitted) | +| object | Text, Field, Variable | → | Object name (if * is specified) or Enterable field or variable (if * is omitted) | | startSel | Integer | → | New text selection starting position | | endSel | Integer | → | New text selection ending position |
diff --git a/docs/commands-legacy/screen-height.md b/docs/commands-legacy/screen-height.md index fa282b0a5f4763..b0e82f6c31739e 100644 --- a/docs/commands-legacy/screen-height.md +++ b/docs/commands-legacy/screen-height.md @@ -5,7 +5,7 @@ slug: /commands/screen-height displayed_sidebar: docs --- -**Screen height** ( * ) : Integer +**Screen height** ({ * }) : Integer
diff --git a/docs/commands-legacy/screen-width.md b/docs/commands-legacy/screen-width.md index 82412c6e90c988..4e3f19fadbb8bb 100644 --- a/docs/commands-legacy/screen-width.md +++ b/docs/commands-legacy/screen-width.md @@ -5,7 +5,7 @@ slug: /commands/screen-width displayed_sidebar: docs --- -**Screen width** ( * ) : Integer +**Screen width** ({ * }) : Integer
diff --git a/docs/commands-legacy/st-set-attributes.md b/docs/commands-legacy/st-set-attributes.md index 97bd5291442fe7..1b8abcb39145d2 100644 --- a/docs/commands-legacy/st-set-attributes.md +++ b/docs/commands-legacy/st-set-attributes.md @@ -5,7 +5,7 @@ slug: /commands/st-set-attributes displayed_sidebar: docs --- -**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} )
**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} ) +**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )
**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )
@@ -15,7 +15,7 @@ displayed_sidebar: docs | object | Text, Variable, Field | → | Object name (if * is specified) or
Variable or field (if * is omitted) | | startSel | Integer | → | Start of new text selection | | endSel | Integer | → | End of new text selection | -| attribName | Text | → | Attribute to set | +| attribName | Integer | → | Attribute to set | | attribValue | Text, Integer | → | New value of attribute |
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md index dfa13689b96578..f6ce8497ea60a8 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md index dfa13689b96578..f6ce8497ea60a8 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md index 8a62ec56c82c02..7772e923d7fc02 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md index 8a62ec56c82c02..7772e923d7fc02 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md +++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/versioned_docs/version-21-R2/commands-legacy/data-file.md b/versioned_docs/version-21-R2/commands-legacy/data-file.md index c6c3f4c6e0b504..8402aeefb46f7f 100644 --- a/versioned_docs/version-21-R2/commands-legacy/data-file.md +++ b/versioned_docs/version-21-R2/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
From 4c7b2d68ac3246eb43b2a4a21be14d662edd6cc5 Mon Sep 17 00:00:00 2001 From: arnaud-4d Date: Mon, 9 Feb 2026 14:43:54 +0100 Subject: [PATCH 6/6] get 4d folder syntax --- docs/commands-legacy/get-4d-folder.md | 2 +- versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands-legacy/get-4d-folder.md b/docs/commands-legacy/get-4d-folder.md index eb1b711bde3be5..e138aa88356bec 100644 --- a/docs/commands-legacy/get-4d-folder.md +++ b/docs/commands-legacy/get-4d-folder.md @@ -5,7 +5,7 @@ slug: /commands/get-4d-folder displayed_sidebar: docs --- -**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text +**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text
diff --git a/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md b/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md index eb1b711bde3be5..e138aa88356bec 100644 --- a/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md +++ b/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md @@ -5,7 +5,7 @@ slug: /commands/get-4d-folder displayed_sidebar: docs --- -**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text +**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text