Hello,
I am a newbie and have aquestion about BScript, If I have a function in play.brs as:
function play ()
print "this is just to see if the function call works"
end function
and I am calling it from appMain.brs as follows:
play()
I get the following error in console debug:
Function Call Operator ( ) attempted on non-function. (runtime error &he0) in ...QpQxj/pkg:/source/appMain.brs(9)
what am I doing wrong ?
I appreciate the help.