Hi there
The app im developing is using a lot of stringbuilders that are defined in the global scope and cleared from time to time using .Initialize method. I need a way in BANano to clear the value of the stringbuilder that's defined globally. B4J does this each time one calls .Initialize method on a globally defined stringbuilder as demonstrated below, BAnano seems not to. Is there a way to do so?
I have attached here two projects, one in b4j and one in Banano to reproduce this.
Ta!
UPDATE: Solved with BANano 2.35
The app im developing is using a lot of stringbuilders that are defined in the global scope and cleared from time to time using .Initialize method. I need a way in BANano to clear the value of the stringbuilder that's defined globally. B4J does this each time one calls .Initialize method on a globally defined stringbuilder as demonstrated below, BAnano seems not to. Is there a way to do so?
I have attached here two projects, one in b4j and one in Banano to reproduce this.
Ta!
UPDATE: Solved with BANano 2.35
Attachments
Last edited: