How do you count the number of $CRLF's in a string?
Eg:
For i = 1 to 10
MyString = MyString + "Sometext" + $CRLF
Next
How do I go through MyString and find each $CRLF now?
------------------
Kind Regards
Mike
Eg:
For i = 1 to 10
MyString = MyString + "Sometext" + $CRLF
Next
How do I go through MyString and find each $CRLF now?
------------------
Kind Regards
Mike
Comment