10-18-2005, 06:27 PM
Remove quotes from num.
MSHTML.IHTMLElement el=htm("TD" num ...
To use a variable in a dialog, enclose its name in parentheses, eg (num). Then QM will know that you want to use a variable, and will not add "". Parentheses are not needed for numeric values.
MSHTML.IHTMLElement el=htm("TD" num ...
To use a variable in a dialog, enclose its name in parentheses, eg (num). Then QM will know that you want to use a variable, and will not add "". Parentheses are not needed for numeric values.
