Visara Master Console Center Scripting Guide Manuel d'utilisateur Page 194

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 262
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 261 262

Commentaires sur ces manuels

Pas de commentaire