en:tcmediainfo:documentation:script_strmid
StrMid
Extracts a number of characters from a text from given position. First symbol have index 1.
StrMid(string, start [, count])
string | 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 · Последнее изменение: 2019/02/21 13:14 — loopback