With the $ extension, it can only return a string. Without the extension, it
can return a Null.
This can make a very subtle difference in terms of program speed, but you'd
have to be executing the statement a large number of times in order for it
to be noticable.
Note that using the $ extension when the input is Null will raise a run-time
error (error 94: Invalid use of Null).
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.