If I have a function parameter "nInterval" defined in premain initialized with a value of 60 for example. Can I pass that value to the getBarStateInterval() function?
I tried getBarStateInterval("nInterval") and getBarStateInterval("+nInterval") which didn't generate a syntax error but doesn't appear be accomplishing what I intended. I'm don't know how to display through debugPrintl() the actual value being passed to getBarStateInterval to diagnose the problem.
Thank You,
Glen
I tried getBarStateInterval("nInterval") and getBarStateInterval("+nInterval") which didn't generate a syntax error but doesn't appear be accomplishing what I intended. I'm don't know how to display through debugPrintl() the actual value being passed to getBarStateInterval to diagnose the problem.
Thank You,
Glen
Comment