From djberg96 at gmail.com Fri Aug 28 12:59:49 2009 From: djberg96 at gmail.com (Daniel Berger) Date: Fri, 28 Aug 2009 10:59:49 -0600 Subject: [Pure-devel] Good string test for WIN32OLE.const_load Message-ID: <000701ca2800$f5a59120$e0f0b360$@com> Hi, What would be a good, reliable example of a string we could use to test a string argument to WIN32OLE? I figure something IE related would be best, but my few attempts failed. I thought this would work but it doesn't: require 'win32ole' module IE; end WIN32OLE.const_load('IEUI', IE) Regards, Dan