[dev] Strange Bug in StarBasic? Function returning null instead of empty

2005-09-02 Thread Matthias Benkmann
I have a problem with a recursive function in one of my macros. The function is supposed to either return an array of strings or Empty (in case there's not enough input data). However, under some circumstances the function mysteriously returns Object/Null instead of Variant/Empty. I'd like to kn

Re: [dev] Strange Bug in StarBasic? Function returning null instead of empty

2005-09-06 Thread Andrew Douglas Pitonyak
Matthias Benkmann wrote: I have a problem with a recursive function in one of my macros. The function is supposed to either return an array of strings or Empty (in case there's not enough input data). However, under some circumstances the function mysteriously returns Object/Null instead of Va

Re: [dev] Strange Bug in StarBasic? Function returning null instead of empty

2005-09-08 Thread Matthias Benkmann
On 9/7/05, Andrew Douglas Pitonyak <[EMAIL PROTECTED]> wrote: I don't suppose that you can provide an example that causes theproblem...I tried to use the supplied example and there are issues. I've just checked the copy of my mail in the archive for this mailing list and apparently it got mangled