SplitString (FUN)ΒΆ
FUNCTION SplitString
Splits a string in two sub strings
- InOut:
Scope
Name
Type
Comment
Input
pString
POINTER TO STRING(255)
sSplitChar
STRING
Original string
Output
sLeft
STRING(255)
sRight
STRING(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 |