Visara Master Console Center Scripting Guide Uživatelský manuál Strana 194

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 261 262

Komentáře k této Příručce

Žádné komentáře