Bugs in 7.50.0008
Posted: 01 Sep 2008 21:09
hmm.. couple of weird things happening to me with the latest beta. First, I swear that before I restart XY a few minutes ago, menu Go|Go to Application Path & Go to Script Files only got me to the root of the drive (D:\), nowhere else.
I tried ::msg <xypath> and it was fine, so I could do & did do ::goto <xypath> to go there, but still. Of course a fresh install worked fine, so I restarted and now it works. But it happened. I tried to do a ::info since I've heard of that one, but it got me and still now gets me an error :
I tried ::msg <xypath> and it was fine, so I could do & did do ::goto <xypath> to go there, but still. Of course a fresh install worked fine, so I restarted and now it works. But it happened. I tried to do a ::info since I've heard of that one, but it got me and still now gets me an error :
BTW, I assume this is from your earlier tests or something, but just try this and tell me if it looks right to you:XYplorer wrote:Error 91 (0000005B)
Desc Object variable or with block variable not set
Dll 0
Proc script_Process
Source XYplorer
XY ver 7.50.0008
OS WinXP (Service Pack 2)
Date 01/09/2008 21:16:00
Code: Select all
setkey "1", "key", "section", "tmp.ini";
getkey $value, "key", "section", "tmp.ini";
msg $value;