Visara Master Console Center Scripting Guide Manual de usuario Pagina 205

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 262
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 204
Chapter 5 Script Commands
Scripting Guide 205
UPPER
Syntax:
UPPER( $String) ==> $UpperString
Description:
Converts lowercase characters to uppercase.
Action:
The lowercase characters of an evaluated string expression are
converted to uppercase characters.
Parameters:
$String. String expression. The character string to convert to
uppercase.
Returns:
String value. A copy of the evaluated string expression with all
alphabetic characters in uppercase. All of the other characters remain
the same as in the original expression.
Notes:
1. The original string expression is not changed.
2. Only the alphabetic characters are converted; numeric and special
characters are not changed.
Example:
$UpperCaseText := UPPER( $Original)
$Text := UPPER( $Text)
IF UPPER( $Name) == “FRED”
//some commands
ENDIF
See Also:
LOWER
Vista de pagina 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 261 262

Comentarios a estos manuales

Sin comentarios