I am tryingto define a global variable. I know i can have a global constant using this type of syntax.
![]()
Please Login or Register to view this content.
However, i want to define a global variable that i can change. If i try to change inputfile_path above i get an error because i defined it as a constant. So i tried
![]()
Please Login or Register to view this content.
but this gives me a compiler error.
Any thoughts on how to define a global variable.
Bookmarks