stock split(const szInput[], szLeft[], pL_Max, szRight[], pR_Max, const szDelim[])
szInput | Source input string. |
szLeft | Buffer to store left string part. |
pL_Max | Maximum length of the string part buffer. |
szRight | Buffer to store right string part. |
pR_Max | Maximum length of the string part buffer. |
szDelim | A string which specifies a search point to break at. |
It is basically strbreak but you have a delimiter that is more than one character in length. By Suicid3.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.