samyeyo / LuaRT

Open source Windows programming framework for Lua

Home Page:https://www.luart.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting an number COM property value causes an error when using a string

samyeyo opened this issue · comments

Lua permits the implicit conversion of string to number and vice versa.
Setting COM object property should permit this too.