Liam's BitchX Command Reference
BitchX scripting function $mid()
- mid
- Function
- $mid()
- Notes
- the first character is numbered zero.
- Usage
- $mid(start number text)
- Returns
- the <start>th through <start>+<number>th characters in <text>.
- Example
- $mid(3 4 the quick brown frog) returns " qui"