Liam's BitchX Command Reference
BitchX scripting function $absstrlen()
- absstrlen
- Function
- $absstrlen()
- Usage
- $absstrlen(text)
- Returns
- the absolute length of text, which is how long it would be on your
screen
- Example
- $absstrlen($cparse(%Fasdf)) returns 4, where
$strlen($cparse(%Fasdf)) returns 12