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
WINSERTWSTRING(255)Input
STR1WSTRING(255)STR2WSTRING(255)POSINT