ASCII String instructions
Use ASCII String instructions to alter a sequence of symbols that are chosen from a set or alphabet to change the output status. To read input strings containing special characters correctly, input the string characters after the program containing the function block instance is online.
Instruction | Description |
---|---|
Returns the ASCII code for characters in a string. Character -> ASCII code. | |
Returns a one character string for an ASCII code. ASCII code -> character. | |
Deletes characters from a string. | |
Locates and provides the position of sub-strings within strings. | |
Inserts sub-strings at user-defined positions within strings. | |
Extracts characters from the left side of a string. | |
Extracts characters from the middle of a string. | |
Calculates the length of a string. | |
Replaces parts of a string with new sets of characters. | |
Extracts characters from the right side of a string. |
Provide Feedback