Preliminary look at this leads me to believe that if I try to pass a string that is NULL, CR8.5 does not call the UFL at all. Does this make sense?
My UFL reads:
Public Function xyz(byval qtqt as string) as string
msgbox "here we are"
end function
Nothing happens if the value passed is a NULL!
My UFL reads:
Public Function xyz(byval qtqt as string) as string
msgbox "here we are"
end function
Nothing happens if the value passed is a NULL!