String form of the expression Description The String command returns the string form of the numeric, Date, Time, string or Boolean expression you pass in expression.
Compatibility note: If your code, converted from a previous version, evaluates numerical expressions using 4D tags with respect to the regional settings, you'll need to adapt it using the String command
Nota de compatibilidad: si su código, convertido desde una versión anterior, evalúa las expresiones numéricas usando las etiquetas 4D con respecto a la configuración regional, es necesario adaptarlo usando el comando String
a string containing a time expressed in one of the 4D standard time formats corresponding to the language of your system (for more information, refer to the description of the String command).
una cadena que contenga una hora expresada en uno de los siguientes formatos de hora estándar de 4D correspondientes al lenguaje de su sistema (para mayor información, consulte la descripción del comando String).
To achieve this, the return value is concatenated with"$R$N" into one string using the string command "Concat()".
Para conseguirlo, el valor de retorno se concatena con la cadena"$R$N", formando un único string con el contenido del comando "Concat()".
For example, the expression "String(a)" is exported "String:C10(a)", where "C10" is the internal reference of the String command.
Por ejemplo, la expresión "String(a)" se exporta "String:C10(a)", donde "C10" es la referencia interna del comando String.
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.