Wrox Home  
 
Search P2P Archive for  go

More Wrox Resources

  Return to Index  

asp_web_howto thread: Functions: Can i send a string as output?


Message #1 by "Eugene" <eugenel@s...> on Wed, 30 Jan 2002 06:54:45
I dont know if funtions are any different in asp than other languages. Can 

i output a string value through a function?



any information will be appreciated. Thanks in advance

eugenel@s...
Message #2 by "phil griffiths" <pgtips@m...> on Wed, 30 Jan 2002 09:14:15
Yes, like this:

Function ReturnString()

  ReturnString="this is the return"

End Function



HTH

Phil

> I dont know if funtions are any different in asp than other languages. 

Can 

> i output a string value through a function?

> 

> any information will be appreciated. Thanks in advance

> eugenel@s...

  Return to Index