I am trying to create an output file that looks like this.
<%response.write "&data=10"%>
The output so far is correct except for adding the %> at the end.
My code looks like this.
answer = "<%response.write "&""""&"&data="&FormatNumber(CDbl(rsFocus("NAV")),2)&""""
When I try putting &"%>" on the end I get an error of Unterminated string constant.
<%response.write "&data=10"%>
The output so far is correct except for adding the %> at the end.
My code looks like this.
answer = "<%response.write "&""""&"&data="&FormatNumber(CDbl(rsFocus("NAV")),2)&""""
When I try putting &"%>" on the end I get an error of Unterminated string constant.