B4J Question [BANano] [SOLVED] StringBuilder.Initialize

Mashiane

Expert
Licensed User
Longtime User
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?

SBx.gif


I have attached here two projects, one in b4j and one in Banano to reproduce this.

Ta!

UPDATE: Solved with BANano 2.35
 

Attachments

  • SBB4J.zip
    2.1 KB · Views: 313
  • SBBanano.zip
    1.2 KB · Views: 311
Last edited:
Top