Android Question Replace strings

trepdas

Active Member
Licensed User
Longtime User
hi.

how do I replace strings in b4a ?

in vb6 I used to do this :

string="hello world"
NewString=replace(string, " world" , "1234")
(NewString="hello1234")

Thank youuuuu
 

trepdas

Active Member
Licensed User
Longtime User
ahhhh
Thank you for the quick response.
just what I needed.
not specifically the answer but the core itself ;)
 
Upvote 0
Top