Win32Lib: Possible Bug in setWinMsgHandler
- Posted by cklester <cklester at yahoo.com> Apr 22, 2004
- 470 views
global procedure setWinMsgHandler(object pId, object pMsg, integer pRoutine) integer lPosn integer id atom lMsg if not sequence(id) then id = {id} end if --- Should that first conditional be if not sequence(pId) then ?