Hi there...!
I have a problem when calling a function that returns a recordset value. Here's my problem:
sub main
...
call WriteCatalog(rs("productname"),..., GetName(rs("manufacturercode")),...)
...
end sub
sub WriteCatalog(prodname,...,manufacturer,...)
response.write...