10-18-2005, 04:34 PM
Hi,
Could someone please tell me why the follwoing code won't work:
The code below does work fine, but I would like to do it the way in the first code (if that makes sense):
Thanks.
Could someone please tell me why the follwoing code won't work:
str num
num="No#4*"
MSHTML.IHTMLElement el=htm("TD" "num" "" " Internet Explorer" 0 3 0x21 31536000)
str s1=el.innerText
s1.setclip
out s1
The code below does work fine, but I would like to do it the way in the first code (if that makes sense):
MSHTML.IHTMLElement el=htm("TD" "No#4*" "" " Internet Explorer" 0 3 0x21 31536000)
str s1=el.innerText
s1.setclip
out s1
Thanks.