--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote:
> BTW, during the test I noticed I couldn't use blank for valuename, > even the following didn't work: > com.method_typed(au3,"RegDeleteVal","sv","keyname","sv","") > I don't know if it's a bug of AutoItX3.dll or that of com.dll or a > fault of myself. Thanks for finding a bug with null strings. Fixed and about to post new version of com plugin. com.method_typed error was partially your script: see docs section 11.4 com.method_typed(au3,"RegDeleteVal","sv","keyname","sv","") should be com.method_typed(au3,"svsv", "RegDeleteVal","keyname","") I was trying to minimise number of args, so only one string to specify arg types ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> 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/
