Confirmation please

CharlesIPTI

Active Member
Licensed User
Longtime User
:sign0085: :sign0163:


Before I make this really ugly block of if statements

Is there really no switch statement in this language ??

I have already confirmed the absence of the For Each

Anyone please Thank you

:sign0089:
 

margret

Well-Known Member
Licensed User
Longtime User
I am not sure what you are speaking of but I use this on very large files and variables and it works great:

B4X:
MyVar.Replace("Bad", "Good")

Replaces all instances of the work Bad in the variable MyVar with the word Good. I can take a file with 5,000 words and many hundred instances and it will replace all of them as fast as you can click the button.
 
Upvote 0
Top