PureData CEAMMC library web documentation
доступно с версии: 0.3
FROM
substring position. May be relative: -1 means one character from the end of
stirng
тип: int
LEN
substring length. If -1 given (by default), means 'till string end'.
тип: int
@from
Запросить/установить substring position. Can be negative - to address string from the end
тип: int
по умолчанию: 0
@len
Запросить/установить substring length. If equal to -1, substring to the end of string
тип: int
минимальное значение: 0
по умолчанию: -1
Смотрите также: [string.split]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later