Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
calling variables
#1
Hi,

Could someone please tell me why the follwoing code won't work:

Code:
Copy      Help
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):

Code:
Copy      Help
MSHTML.IHTMLElement el=htm("TD" "No#4*" "" " Internet Explorer" 0 3 0x21 31536000)

str s1=el.innerText
s1.setclip

out s1

Thanks.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)