Delta AS Series Programming Manual page 1016

Hide thumbs Also See for AS Series:
Table of Contents

Advertisement

AS Ser ies Pro gra mm in g M anu al
6.21 String Processing Instructions
6.21.1
List of String Processing Instructions
The following table lists the String Processing instructions covered in this section.
API
16-bit
2100
BINDA
2101
BINHA
2102
BCDDA
2103
DABIN
2104
HABIN
2105
DABCD
2106
$LEN
_6
2109
$FSTR
2110
$FVAL
2111
$RIGHT
2112
$LEFT
2113
$MIDR
2115
$SER
2116
$RPLC
$DEL
2117
2118
$CLR
2119
$INS
2122
SPLIT
2123
MERGE
6 - 7 3 6
Instruction code
instruction
32-bit
DBINDA
DBINHA
DBCDDA
DDABIN
DHABIN
DDABCD
Pulse
Converting a signed decimal number into an ASCII code
Converting a binary hexadecimal number into an
hexadecimal ASCII code
Converting a binary-coded decimal number into an ASCII
code
Converting a signed decimal ASCII code into a signed
decimal binary number
Converting a hexadecimal ASCII code into a hexadecimal
binary number
Converting an ASCII code into a binary-coded decimal
number
Calculating the length of a string
Converting a floating-point number into a string
Converting a string into a floating-point number
Retrieving characters from a string starting from the right
Retrieving characters from a string starting from the left
Retrieving a part of a string
Searching a string
Replacing the characters in a string
Deleting the characters in a string
Clearing a string
Inserting a string
Splitting a string
Merging strings
Function

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents