stock

split

Syntax

stock split(const szInput[], szLeft[], pL_Max, szRight[], pR_Max, const szDelim[])

Description

It is basically strbreak but you have a delimiter that is more than one character in length. By Suicid3.

Parameters

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.

Return

This function has no return value.