Mockey reports the following script fragments fail on his machnine
(but they work on mine).  Could someone else test?

local unicode_status
local u1 = unicode.new("hgjhjfhjsahfjahfaj") 
unicode.messagebox("OK", u1)
;following line reports u1 not a valid handle, apparently 
;scrabeld by call to unicode.messagebox
win.debug(unicode.to_ascii(u1))

===========================

local var = ""
local ret = unicode.inputdialog("var=test", "title")

crashes on Mockey's machine, but 

local var = "test"
local ret = unicode.inputdialog("var=test", "title")

does not.

Thanks for any feedback.









Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to