Visara Master Console Center Scripting Guide Manual de usuario Pagina 194

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 262
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 193
Chapter 5 Script Commands
Scripting Guide 194
STR
Syntax:
STR( %Number) ==> $String
Description:
Converts a numeric expression to a string.
Action:
The numeric expression is returned as a character string.
Parameters:
%Number. Numeric expression. The numeric expression to convert to
a character string.
Returns:
String value. The number formatted as a character string.
Notes:
N/A
Example:
$Var := STR( 4) // the same as $Var := “4”
$Var := STR( %Num)
See Also:
ATSTR, FINDSTR, LEFTSTR, REPSTR, RIGHTSTR, SUBSTR, VAL
Vista de pagina 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 261 262

Comentarios a estos manuales

Sin comentarios