F_FindC

Counts the number of occurrences of the passed string.
Syntax:
FUNCTION F_FindC : INT
Inputs
Name | Type | Description |
|---|---|---|
sInp | String to be searched. | |
sFind | String to search for. |
Outputs
Name | Type | Description |
|---|---|---|
F_FindC | INT | Number of occurrences of the search string. If it doesn't occur at all, the result equals |
Requirements
Development environment | Target platform | PLC libraries to include |
|---|---|---|
TwinCAT 4026 >= v3.1.4026.19 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v12.16.0.0) |