C200HBAT09 Omron, C200HBAT09 Datasheet - Page 72

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
58
LEN Function
MID$ Function
OCT$ Function
RIGHT$ Function
Format:
Example:
Remarks:
<i> must be an integer from 0 to 255. If <i> is 0, an empty string is returned
as the function value. If <i> is greater than the number of characters in <x$>,
the entire character string is returned.
Purpose:
Format:
Example:
Remarks:
Purpose:
Format:
Example: B$ = MID$(A$,2,5)
Remarks:
<i> must be from 1 to 255.
<j> must be from 0 to 255.
If <j> is 0, or if the value of the specified character position (<i>) is greater
than the number of characters in the character expression (x$), an empty
string is returned.
If <j> is omitted, or if <j> exceeds the number of characters to the right of the
specified position (<i>) in the character expression, all the characters to the
right are returned.
Purpose:
Format:
Example:
Remarks:
If the value of <x> includes a decimal point, the INT function is internally ex-
ecuted to round it off.
Purpose:
LEFT$(<x$>,<i>)
<x$> is the string to be searched.
<i> is the number of characters to be returned.
A$ = LEFT$(B$,5)
To return the number of characters in a character string
LEN(<x$>)
A = LEN(A$)
A value of 0 is returned if the “character expression” is an empty
string.
To return the requested part of a given string
MID$(<x$>,<i>[,<j>])
<x$> is the given string.
<i> is the position of the first character to be returned.
<j> is the number of characters to be returned.
To convert the specified decimal number into an octal character
string
OCT$(<x>)
<x> is a numeric expression in the range of -32768 to 32767.
A$ = OCT$(B)
To return the specified number of characters from the rightmost
character of the character string
Section 4-2

Related parts for C200HBAT09