This is driving me crazy. I have two apps. The first app1 loads a path in one of three ways 1) by setting a string which is saved to an array by using Appdrive$+Appdir$ 2) by setting the path from a dialogue box of the file object 3) by loading an array file and grabbing the path from the file object. This path is then transferred to app2 using the global function object and loaded into an edit object. In all cases the text in the edit object is correct. The path is then used by the file object to open a save file dialogue box. For case 1 above, the file object pulls up the path from the time that app2 was previously run. for case 2 and 3 above everything works fine. The command to load the path is the same condition and action acting on the same edit object which seems to have the correct paht in all cases, but it doesn't work in one of them. Any suggestion would be appreciated to help me keep my sanity. If the path is loaded from inside app2 from the file object, everthing works fine also.
Thanks,
Steve