Any additional thoughts would be appreciated as I didn’t think there was a difference, but when making the change mentioned, my program went from not working to working (very troubling!).
Thank you for your continued responses to this thread; I fear that now I can’t even replicate the error. The good news is that is seems to be working; though it always makes me nervous when this sort of thing happens as there’s usually something else going on that I’m not aware of.
So, for now, I’m going to move on in my project, but I may very well revisit this topic at a future date when I notice something else wacky going on with this particular piece of the puzzle.
:L I used to get that all the time. Something’s not working, no matter what you try. So you give up on it and work on another part of the system, come back and the initial issue is working fine! I always thought it was a sign that I didn’t know what was going on with my code, so I looked up everything I could about it - bug reports related to the functions, how the functions worked at a lower level (that bit was rather interesting at the time) and all sorts of things. Turned out I was missing a backslash. Brain fart!
Those problems are generally caused by one or two factors, and it seems you must have corrected them