Denso BHT-200QW Especificaciones Pagina 355

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 587
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 354
Chapter 15. Function Reference
347
____________________________________________________________________
VALue String function
VAL
Converts a string into a numeric value.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
VAL(stringexpression)
Parameter:
Parameter:Parameter:
Parameter:
stringexpression
A string expression which represents a decimal number.
Description:
Description:Description:
Description:
VAL converts the string specified by stringexpression into a numeric value.
• If stringexpression is nonnumeric, VAL returns the value 0.
PRINT VAL("ABC")
0
• If stringexpression contains a nonnumeric in midstream, VAL converts the string
until it reaches the first character that cannot be interpreted as a numeric.
PRINT VAL("1.2E-3ABC")
1.200000000E-03
• The STR$ function has the opposite capability to VAL.
Reference:
Reference:Reference:
Reference:
Functions: ASC and STR$
Vista de pagina 354
1 2 ... 350 351 352 353 354 355 356 357 358 359 360 ... 586 587

Comentarios a estos manuales

Sin comentarios