IT SOLUTIONS
Your full service technology partner! 
-Collapse +Expand
ASP Classic
Search ASP Classic Group:

Advanced
-Collapse +Expand ASP Classic Store

Prestwood eMagazine

October Edition
Subscribe now! It's Free!
Enter your email:

   ► KBWebsite Scri...ASP ClassicTool Basics   Print This     
  From the September 2009 Issue of Prestwood eMag
 
ASP Classic Tool Basics:
ASP Classic End of Statement (Return)
 
Posted 16 years ago on 12/14/2008 and updated 1/19/2009
ASP Classic Code Snippet:
 A flashcard from our ASP Classic Flashcards Library
 A code snippet from our ASP Classic Code Snippets Page

KB101689

Languages Focus: End of Statement

In coding languages, common End of statement specifiers include a semicolon and return (others exist too). Also of concern when studying a language is can you put two statements on a single code line and can you break a single statement into two or more code lines.

ASP Classic End of Statement

A return marks the end of a statement and you cannot combine statements on a single line of code. You can break a single statement into two or more code lines by using a space and underscore " _".

Syntax Example:
Response.Write("Hello1")
Response.Write("Hello2")
Response.Write("Hello3")

'The following commented code on a single line does not work...
' Response.Write("Hello4") Response.Write("Hello5")

'Two or more lines works too with a space+underscore:
Response.Write _
("Hello6")

Comments

1 Comments.
Share a thought or comment...
Comment 1 of 2

1v1 lol

Great post! I didn’t knowral of these resources and I’m going to go check them out now!

Posted 56 months ago

Comment 2 of 2

NutraClaims

I, sensibly, should want to get fully into Health. There are a lot of risks that you have to avoid. I‘m the latest person to fall for the Health bug. Health is actually really simple. How can cognoscenti bring to light seasonal Health information? The concept is no problem. Health days will soon be over. When you‘re the lead dog, big shots pay attention. But, then again, that‘s where Health is coming from. I gather that technology will not eliminate Health.

Electro Keto 

https://www.nutraclaims.com

https://www.nutraclaims.com/electro-keto/

Posted 56 months ago
 
Write a Comment...
...
Sign in...

If you are a member, Sign In. Or, you can Create a Free account now.


Anonymous Post (text-only, no HTML):

Enter your name and security key.

Your Name:
Security key = P194A1
Enter key:
Code Contributed By Mike Prestwood:

Mike Prestwood is a drummer, an author, and creator of the PrestwoodBoards online community. He is the President & CEO of Prestwood IT Solutions. Prestwood IT provides Coding, Website, and Computer Tech services. Mike has authored 6 computer books and over 1,200 articles. As a drummer, he maintains play-drums.com and has authored 3 drum books. If you have a project you wish to discuss with Mike, you can send him a private message through his PrestwoodBoards home page or call him 9AM to 4PM PST at 916-726-5675 x205.

Visit Profile

 KB Article #101689 Counter
8710
Since 12/14/2008
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2024 Prestwood IT Solutions.   [Security & Privacy]