WINSERT (FUN)ΒΆ
FUNCTION WINSERT : WSTRING(255)
Insert STR2 into STR1 after the POS-th wcharacter position. POS = 0 inserts before the first wcharacter. POS = 1 inserts after the first wcharacter.
- InOut:
Scope
Name
Type
Return
WINSERT
WSTRING(255)
Input
STR1
WSTRING(255)
STR2
WSTRING(255)
POS
INT