On a event sheet i making a function and that function need to modify a text type variable very often. This is a big problem for the performance and memory because string tipe is immutable tipe. I want to use a another type like stringbuilder in c# language for the solving this problem. Possible that?