After adding some Mod's active topics is nog working properly, I get following error
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: " "]'
/forum/inc_iconfiles.asp, line 188 "
What's wrong with this code:
function getCurrentMsgIcon(intMsgIcon)
select case intMsgIcon
case 1 : getCurrentMsgIcon = strMessageIcon1
line 188 is the one in the middle.
<