Mitsubishi QD51 Programming Manual page 289

Logic controller
Hide thumbs Also See for QD51:
Table of Contents

Advertisement

11 INSTRUCTIONS AND FUNCTIONS
LEFT$
Function
• Extracts a character string of the number of characters specified from the left of the
character string.
LEFT$ ( <character string expression> , <numeric expression> )
Syntax
character string expression
numeric expression
A$=LEFT$(B$, 5)
Examples
• The LEFT$ function extracts and returns the character string of the number of characters
Description
specified from the left of the character string.
• When the value of <numeric expression> is greater than the number of bytes in <character
string expression>, the entire character string will be returned.
• The valid range for <numeric expression> is 0 to 255. If the value exceeds 255, an "Illegal
function call" error will be generated. Also, when 0 is specified, an " " (empty string) will be
returned.
• If the extracted character string is stored into the original character string, the original
character string will be changed.
Example
11 - 119
LEFT $
• • • •
• • • •
• • • •
B$
A$
A$=LEFT$(A$, 5)
A$ A B C D E F G H I J
5th character from left
A$
A B C D E
Return a character string of the number of characters
to be processed.
Specify the length of the character string to be
extracted.
Stores the first five characters of B$ counting from
the left into A$.
M I T S U B I S H I
5th character from left
M I T S U
MELSEC-Q
11 - 119

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ad51h-s3Qd51-r24A1sd51s

Table of Contents