Add Continue
anyone know wat syntax can be used if want to add a 'continue' to a do loop?
eg:
do...
....
if xxx then
continue next loop
end if
....
next
anyone know wat syntax can be used if want to add a 'continue' to a do loop?
eg:
do...
....
if xxx then
continue next loop
end if
....
next
I did an e-mail component with the possibility of adding attachments .After the attachments are added,the user can continue with the message.My problem is that the text in the message isn't "retained" , so the user can't contiune it.
View Replies View RelatedAny one know how to go to the beginning of the Next iteration of a For Loop? Similar to a c-style 'continue'?
I've a page that generates a map and while processing, I display an animated gif status bar.
However, at the same time, the text "HTTP/1.1 100 Continue" is also displayed below the status bar. When the generated map returns, this same text is displayed at the top of the page (on a line by itself).
Researching this text mentions this behavior breifly, but doesn't offer much in the way of surpressing it. Questions: What causes it and how can I surpress it?
Now I did the following and got this error massage:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/New Folder/1form.asp, line 305
Response.Write "<td><input class="formpagetablefield" type="text" name="tradeid" size="6" Value="& trim(rsTable("tradeid"))%"></td>
I dont't know if the code below will work. Can someone tell me if it is correct in principle: Code: