i'm evaluating Purebasic and have to say: Very impressed so far!
Litte question: Is Purebasic capable of counting the perceived characters of a Unicode String? The following code returns 2 characters, but there is only one. Do i miss the correct function or is this a known limitation?
Code: Select all
EnableExplicit
Define MyString1$ = "😍"
Define MyLength.i=Len(MyString1$)