[thelist] returning values through ASP function

Matthias Ritzkowski Matt at grndwtr.com
Thu Mar 7 09:46:01 CST 2002


Thanks Chris -

I knew I was missing something stupid.
I am currently in the process of modularizing my code ...
 Regards
Matthias Ritzkowski

-----Original Message-----
From: Chris Blessing [mailto:webguy at mail.rit.edu]
Sent: Thursday, March 07, 2002 10:37
To: thelist at lists.evolt.org
Subject: RE: [thelist] returning values through ASP function


Instead of "return strCurrent" you have to assign the variable you want to
return (be it a string, number, etc.) to the function like this:

max_ld_sample = strCurrent

This is the equiv. to using the "return" statement.

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net



More information about the thelist mailing list