Hi,
I'm just playing with a few Banano code-generating functions. One of them, BN(), doesn't seem to be returning anything.
Log( "Variable name " & BANano.BN( "testvar" ) )
This should return
"_bncodegeneration_first_testvar"
(
, but is empty, it's just returning "Variable name".
What am I doing wrong?
fyi, the js and html files themselves are being generated, along with all the expected code.
I'm just playing with a few Banano code-generating functions. One of them, BN(), doesn't seem to be returning anything.
Log( "Variable name " & BANano.BN( "testvar" ) )
This should return
"_bncodegeneration_first_testvar"
(
, but is empty, it's just returning "Variable name".
What am I doing wrong?
fyi, the js and html files themselves are being generated, along with all the expected code.