J
JeffL
What is the difference between the text functions that do and don't end in $?
JeffL said:What is the difference between the text functions that do and don't end in
$?
Dirk Goldgar said:The string-handling functions whose names end in '$' are string-only
functions -- they can't handle Null values. The non-'$' versions of them
take Variant arguments, and so can deal with argument values that are Null.
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Chris O'C via AccessMonster.com said:And string-only functions (mid$, left$, right$, etc) run a wee bit faster
too.