2 Jun 2017 3:16
#19701
what's the difference between an 'unset pointer' and a 'null pointer'?
I can easily test for a Null pointer using IF( ASSOCIATED and then allocate it if the test fails.
but how can I test for an 'unset' one, since it passes the ASSOCIATED test?
K