execute code

  1. Mashiane

    B4J Code Snippet [BANano]: Executing code without using BANano.Eval

    Hi So here I am trying to figure out how I will execute this code. var str = numeral(3000).format('0,0[.]00'); Then I remembered that there was something to Initialize JQuery and Leaflet being Dim J As BANanoObject J.Initialize("$") So I decide, let me try this idea out, so Dim N As...
Top