How can I continue to the next line?
<%=cmdContent+"<Table><tr><td>sdasdad</td></tr></Table>"%>
How can I continue to the next line?
<%=cmdContent+"<Table><tr><td>sdasdad</td></tr></Table>"%>
If it's anything like the BASIC/VB6 I remember, leaving a trailing underscore (_) on the end of the line should enable you to carry on to the next line. You may have to abandon the short tag, though.or:Code:<%=cmdContent+"<table><tr><td>" _ + "sdasdad</td></tr></table>"%>(or something similar, I know no VBScript at all and only a little VB, rusty from long disuse).Code:<% Response.write(cmdContent+"<table><tr><td>" _ + "sdasdad</td></tr></table>") %>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Please post in the correct forum category next time. Both your VBscript threads were incorrectly posted in the DD Scripts Help category, when it should belong in the "Other" category instead.
Bookmarks