PalStrSplitLeft

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString PalStrSplitLeft( SalString sValue,
		        SalString sSeparator )

The PalStrSplitLeft method splits at the first occurrence of a separator character and returns the left half of the string.

Parameters

Name Description
SalString sValue The string which should be split.
SalString sSeparator The separating character where the string should be split.

Returns

The return value is the left half of the string. If the separator character is not found an empty sting is returned.