--- In [email protected], "forxtra" <forx...@...> wrote:
>
> --- In [email protected], "entropyreduction"
> <alancampbelllists+yahoo@> wrote:
> >
> > > 2. implicit local within expression
> > > unicode.file_watchfolder(unicode.new(?#C:\#), "Win.Debug(,)")
> > > //=> u_3001 u_3002
> > In case of #2, is u_3001 a valid handle? I'll experiment and find
> > out...or let me know if you do before me.
> Yes, both folder(u_3001) and file(u_3002) are vaild handles.
I don't think u_3001 should be valid.
Certainly handles should not increase in this code:
win.debug(unicode.from_utf8("\xC3\x80\xC3\x81\xC3\x82\xC3\x84"))
win.debug(unicode.from_utf8("\xC3\x80\xC3\x81\xC3\x82\xC3\x84"))
win.debug(unicode.from_utf8("\xC3\x80\xC3\x81\xC3\x82\xC3\x84"))
Sounds like an error in my code.
Will look into it when I get back to my compiler...