Page 1 of 1

[BUG] object

Posted: 25 Aug 2018, 16:40
by arcticir

Code: Select all

tree:=[],f:=[]
j:=f,f:=[]
tree[f]:=j
MsgBox type(tree[f]) "/" type(j)  ;String/Object
L2 is normal.

Re: [BUG] object

Posted: 26 Aug 2018, 05:10
by HotKeyIt
This is fixed now, many thanks Lexikos.

Re: [BUG] object

Posted: 26 Aug 2018, 05:20
by arcticir
This fix brings a huge disaster. My script quits madly and the mouse cannot move.

Re: [BUG] object

Posted: 26 Aug 2018, 12:57
by HotKeyIt
that is odd, can you post an example script.

Re: [BUG] object

Posted: 26 Aug 2018, 17:10
by HotKeyIt
I think I have found the problem, try latest version ;)

Re: [BUG] object

Posted: 26 Aug 2018, 18:13
by arcticir
perfect. thanks.;)