KennyT
Joined: 02 Aug 2005 Posts: 318
|
Posted: Fri Jun 02, 2017 4:16 pm Post subject: unset pointer vs null pointer... |
|
|
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 |
|