hello,
i'm stuck with a problem, maybe there's a way to fix it. i need to work with strings and don't have functions for that. what i am looking for is replacing in strings and appending strings.
maybe there are functions already written or i have overlooked something in the help?
thanks.
string concatenation
5 posts
The function to replace string can be found in:
Have a look at "Chapter 4\Instructions\String Manipulation Instructions" in the Documentation
There is a Reference about manipulating strings
There is a Reference about manipulating strings
Another function for string replacment:
thanks a lot.
i had missed the part from StrCpy where it says i can use more than one variable for input string.
the replacement functions are what i needed.
i had missed the part from StrCpy where it says i can use more than one variable for input string.
the replacement functions are what i needed.