J. Landman Gay <jacque@...> writes: > Empty is sort of a Schrödinger variable and changes its state depending > on how you look at it.
Something similar occurs for true and false. I no longer check variables to see if they are false, because uninitialized variables being empty will fail the test. Now I just check for "not true", and that takes care of both vars that are empty and ones that have explicitly been set to false. Heisenvars. -- Mark Wieder ahsoftw...@gmail.com _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode