Visara Master Console Center Scripting Guide Manuale Utente Pagina 194

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 262
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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
Vedere la pagina 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 261 262

Commenti su questo manuale

Nessun commento