Hi everyone
What is the best way to clear a StringBuilder variable?
I use initialize but i think that it isn't the best way, cause might make bigger the used memory.
If it was a string i would use a simple
but i don't know if its the same for a stringbuilder variable.
Sorry for my english in advance.
What is the best way to clear a StringBuilder variable?
I use initialize but i think that it isn't the best way, cause might make bigger the used memory.
If it was a string i would use a simple
B4X:
s = ""
Sorry for my english in advance.