stock xs_strtrim(stringtotrim[], charstotrim, bool:fromleft = true)
stringtotrim | The string to be trimmed. |
charstostrim | The number of characters to trim. |
fromleft | If set to true, the string will be trimmer from the left. If false, it will be trimmed from the right. |
Remove @charstotrim number of characters from @stringtotrim, either from the beginning or the end of the string.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.