SplitString (FUN)ΒΆ
FUNCTION SplitString
Splits a string in two sub strings
- InOut:
Scope
Name
Type
Comment
Input
pStringPOINTER TO STRING(255)
sSplitCharSTRINGOriginal string
Output
sLeftSTRING(255)sRightSTRING(255)Left part
FUNCTION SplitString
Splits a string in two sub strings
Scope |
Name |
Type |
Comment |
|---|---|---|---|
Input |
|
POINTER TO STRING(255) |
|
|
|
Original string |
|
Output |
|
|
|
|
|
Left part |