Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
FileOpen(c1,"1.xml",cWrite,,cASCII)
q = Chr(34) 'chr(34) = "
FileWrite(c1,"<text size="&q&"80"&q&" color="&q&"#ffffff"&q&"/>")
FileClose(c1)
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.