|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Returning Values in ASP
Originally posted by : Bryce L (bryce.liesemer@cdi.ca)Hello,I was wondering how to return a value from a function in asp. I call a function like this:x = Function()And when in that function a variable is used and i want that value to be returned back to the x variable in the call. Is this possible?? Thanks alot.
|
|
#2
|
|||
|
|||
|
Originally posted by : Troy Guerra (troygtroy@hotmail.com)Bryce, Here is what you need to do: Private myFunction(myVariable) myVariable = 1 + 1 myFunction = myVariable End FunctionHope this helps,Troy------------Bryce L at 8/10/2001 10:37:15 AMHello,I was wondering how to return a value from a function in asp. I call a function like this:x = Function()And when in that function a variable is used and i want that value to be returned back to the x variable in the call. Is this possible?? Thanks alot.
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Returning Values in ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|