View Single Post
  #2  
Old 01-14-2014, 07:34 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
As far as your examples demonstrating issues with scope go, I've had some weird ass issues with scope too. For example, calling a function from a single scope that involves using with() or something else that should temporarily switch to/back from a specified object scope and have it return a value will also return the object's scope, switching the entire code's scope from that point onward (£1 for every time I said scope)

These are cool though. Thanks for bringing them into public light.
__________________
Reply With Quote