Module: IE_CONST
- Defined in:
- sample/ieconst.rb
Overview
WIN32OLE.const_load(ie) WIN32OLE.constants.sort.each do |c|
puts "#{c} = #{WIN32OLE.const_get(c)}"
end
WIN32OLE.const_load(ie) WIN32OLE.constants.sort.each do |c|
puts "#{c} = #{WIN32OLE.const_get(c)}"
end