Count char
Type Function : STRING¶
| Input STR | STRING (string) |
| CHR | Byte (search characters) |
| Output | STRING (result STRING) |
| COUNT_CHAR determines how often the sign of CHR in the string STR occurs. To search for special characters and control characters, the search character CHR is specified as BYTE. |
