|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
How can I write a VBScript Subroutine in just 1 line of code? |
|
From: |
Matthew Kreh |
|
Date: |
3/31/2003 5:39:42 AM |
|
IP: |
209.128.154.7 |
Hello, this is my first post to the aspforums website. I am trying to remember how to write a VBScript subroutine using just one line in a text editor.
<------------- Example Code Begin ----------------->
Sub WriteHello
Response.Write "Hello"
End Sub
<-------------- Example Code End ------------------>
Instead of taking up 3 lines, how can I write this to only consume 1 line? Anyone who can answer this for me will be included in the credits of the project I am currently working on, and will also recieve an explaination of just why I am looking to write a subroutine in this fashion.
Thanks in advance,
Matthew Kreh |
Follow Up - Re: How can I write a VBScript Subroutine in just 1 line of code? - Matthew Kreh 3/31/2003 6:30:04 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|