I get a severe error in my code in the following section:
Open To Write 1,txtfile$
FOR I = 1 TO 9
IF boxes(I,1)>0
top$=str$(boxes(I,3))
lefty$=str$(boxes(I,2))
width$=str$(boxes(I,4))-str$(boxes(I,2))
height$=str$(boxes(I,5))-str$(boxes(I,3)) <<< error here
text$ = "<div style="+h$+"position:absolute; "+top$+"; "+lefty$+"; overflow: auto: width: "+width$+"; height:"+height$+";"+h$+">"
Write String 1,text$
endif
NEXT I
END
However if i use a ` in the line above i dont get the error.
Any ideas what is wrong?
I am a Christian and I know that God loves me. That is what makes my life so great!