C200HBAT09 Omron, C200HBAT09 Datasheet - Page 71

no-image

C200HBAT09

Manufacturer Part Number
C200HBAT09
Description
C200H REPLACEMENT BATTERY
Manufacturer
Omron
Datasheet

Specifications of C200HBAT09

Rohs Compliant
NO
Leaded Process Compatible
No
Peak Reflow Compatible (260 C)
No
BASIC Language
4-2-6
ASC Function
CHR$ Function
HEX$ Function
INSTR Function
LEFT$ Function
Character String Functions
Example:
Purpose:
Format:
Example:
Remarks:
An empty string cannot be specified. The CHR$ function performs the in-
verse operation.
Purpose:
Format:
Example:
Remarks:
<i> must be from 0 to 255. If <i> is a real number, it will be rounded off and
converted into an integer. The ASC function performs the inverse operation.
Purpose:
Format:
Example:
Remarks:
If the value of the decimal number includes a decimal point, the INT function
is internally executed to round it off to an integer.
Purpose:
Format:
Example:
Remarks:
If <i> is omitted, the search begins with the first character in <x$>. If the data
cannot be found, 0 is returned as the function value. If <y$> is an empty
string, INSTR returns <i> or 1.
Purpose:
<x> is an expression in radian units.
A = TAN(3.141592/2)
To return the ASCII character code of the first character of the
given string
ASC(<x$>)
A = ASC(A$)
To return a character corresponding to the specified character
code
CHR$(<i>)
A$ = CHR$(&H41)
To return a string which represents the hexadecimal value of the
decimal argument
HEX$(<x>)
A$ = HEX$(52)
To return the position of the first occurrence of string <y$> within
string <$x>
INSTR([<i>,]<x$>,<y$>)
<i> is the position from where the search starts. <i> must be be-
tween one and 255.
<x$> is the string to be searched.
<y$> is the desired string.
To return the specified number of characters beginning from the
leftmost character of the character string
A = INSTR(5,B$,“BASIC”)
Section 4-2
57

Related parts for C200HBAT09