For a form in which IDO “Pic1” could display many images and a generic procedure acting based on which one, I’m extracting its image name with
filename(objectinfo("formula","Pic1"))
To my surprise that returns something like
Image.jpg"
If I do just objectinfo("formula","Pic1")
it returns
“thePath”
as I’d expected. Why only a terminal quote on the former when I’d expect either both or neither quotes with the filename? I can code around it, if always so, but the oddness suggests future inconsistency.