[Javascript] How do you return more than one values from a function ?

dev at qroute.net dev at qroute.net
Fri Jul 2 18:31:25 CDT 2004


Is byref allowed in JS ? 

function isValidEmail(emailStr, byref reason)
{
    reason='abc'
    return false
    // is something like this possible
}



More information about the Javascript mailing list