Denso Power Net Terminal BHT-7500 Dokumentacja Strona 545

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 560
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 544
536
Manipulating string data
Functions
ASC
Returns the ASCII code value of a given character.
CHR$
Returns the character corresponding to a given
ASCII code.
HEX$
Converts a decimal number into the equivalent
hexadecimal string.
INSTR
Searches a specified target string for a specified
search string, and then returns the position where
the search string is found.
LEFT$
Returns the specified number of leftmost charac-
ters from a given string expression.
LEN
Returns the length (number of bytes) of a given
string.
MID$
Returns a portion of a given string expression from
anywhere in the string.
RIGHT$
Returns the specified number of rightmost charac-
ters from a given string expression.
STR$
Converts a numeric expression into a string.
VAL
Converts a string into a numeric value.
Defining user-created functions
Statements
DEF FN
Names and defines a user-created function.
DEF FN...END DEF
Names and defines a user-created function.
FUNCTION...END FUNCTION
Names and defines user-created function FUNC-
TION.
SUB...END SUB
Names and defines user-created function SUB.
Specifying included files
Statements
$INCLUDE
Specifies an included file.
REM $INCLUDE
Specifies an included file.
Przeglądanie stron 544
1 2 ... 540 541 542 543 544 545 546 547 548 549 550 ... 559 560

Komentarze do niniejszej Instrukcji

Brak uwag