How do I make a variable available outside its current scope? I have a variable called $balance and I need to use it outside its current scope.
I have tried to define a constant, but I only get '$balance' as its value. I need to assign the value of the variable $balance to the constant I am defining.
Thanks,
Jeff




Bookmarks