Sep 6, 2000 #1 taval Programmer Joined Jul 19, 2000 Messages 192 Location GB the subject says it all. Thanks.
Sep 6, 2000 #2 jhembree Programmer Joined Sep 5, 2000 Messages 18 Location US <% ' Get form variable temp=request("combo1" %> Upvote 0 Downvote
Sep 6, 2000 Thread starter #3 taval Programmer Joined Jul 19, 2000 Messages 192 Location GB what i meant was how do you put comments in asp. e.g //this is a comment that tells me whats happening in my program asp code here --- I was wondering what syntax is used to show a comment , is it *// or ''? Upvote 0 Downvote
what i meant was how do you put comments in asp. e.g //this is a comment that tells me whats happening in my program asp code here --- I was wondering what syntax is used to show a comment , is it *// or ''?
Sep 6, 2000 #4 NickBulka Programmer Joined Aug 10, 1999 Messages 832 Location US The comment delimiter in VBscript is an apostrophe. Note that the comment will not show on the client when doing a view source. Upvote 0 Downvote
The comment delimiter in VBscript is an apostrophe. Note that the comment will not show on the client when doing a view source.
Sep 6, 2000 #5 jhembree Programmer Joined Sep 5, 2000 Messages 18 Location US The apostrophe: ' Get form variable Upvote 0 Downvote