Purpose of having both #NUL and #NULL?
Posted: Wed May 28, 2025 10:19 pm
When running this code:
I see 0 for both values, so I assume these constants are basically the same. What's the purpose of the former, though? Nul with just one l isn't something I've seen anywhere else, although it probably exists.
Why not just have one constant though, #null?
Code: Select all
Debug #NUL
Debug #Null
Why not just have one constant though, #null?