Forum Discussion

jbrave's avatar
jbrave
Channel Surfer
15 years ago

understanding scope and m. variables (again)

still trying to understand how scope works in BrightScript. if in main() I define a var testvar="test" then is that variable automatically accessable from a function or a sub by using m.testvar...