FUNCTION SplitString
Splits a string in two sub strings
Scope
Name
Type
Comment
Input
pString
POINTER TO STRING(255)
sSplitChar
STRING
Original string
Output
sLeft
STRING(255)
sRight
Left part