- Foreword
- Basics
- Syntax
- Commands
- String
- Plugins
- ModifyDialogs
- Commands
- SysInfo
- Commands
- Process
- Commands
- Tweaks
- Commands
-
- Appendix
StrPart [/S] <var> <text> <delim> <index>
Splits the string <text> with delimeter <delim> and return part of index <index>, starting with 1. If <index> is more then count of splitted parts, empty string is returned and %ERROR% set to 1. If no delimeters were found, the whole string is returned and %ERROR% set to 1
Switches
/S | Case-sensitive search. |