en:tcmediainfo:documentation:script_strmid
StrMid
Extracts a number of characters from a text from given position. First symbol have index 1.
StrMid(srcstring, start [, count])
| srcstring | Source string. |
| start | Start position. |
| count | Characters count. If omitted, then function extract characters till string end. |
Remarks
If start is correct, but count if bigger then remain string length, then remain string returned.
en/tcmediainfo/documentation/script_strmid.txt · Последнее изменение: 2025/07/01 22:54 — loopback