|
|
|
|
|
| | |
| |
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: A Table and a function problem |
|
From: |
Harlan |
|
Date: |
1/21/1999 5:16:31 PM |
|
IP: |
206.222.20.2 |
In general a function will return something.
A sub function will not. Its a subtile difference.
function k()
k = "Hi!"
end function
response.write k()
sub k()
response.write "Hi!"
end sub
call k()
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|