Mitsubishi QD51 Programming Manual page 283

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

Advertisement

11 INSTRUCTIONS AND FUNCTIONS
Program Example
10 'Extracts data, considering full-byte characters as one character
20 A$="AD51H@@@@@@@"
30 B$=KMID$(A$,6,2)
40 PRINT "Original character string ------>";A$
50 PRINT "Extracted character string -->";B$
60 END
RUN
Original character string ------> AD51H@@@@@@@
Extracted character string --> @@
OK
11 - 113
REMARK
See the MID$ (Part 2) function and Section 3.13.3.
:
' Defines the character string
:
' Extracts two characters from the 6th
character in the character string
MELSEC-Q
11 - 113

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ad51h-s3Qd51-r24A1sd51s

Table of Contents