Denso BHT-200QW Specifikace Strana 355

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 587
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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$
Zobrazit stránku 354
1 2 ... 350 351 352 353 354 355 356 357 358 359 360 ... 586 587

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

Žádné komentáře