| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: CDONTS attachFile not working |
From: |
Harlan |
Date: |
3/11/1999 2:04:08 PM |
IP: |
206.222.20.2 |
Oh, now that error was an easy one ;)
I get it all the time, hehehe. I mean I'm sure
I would get it all the time if I didn't write
perfect code (snicker, snicker). I think I posted this one other time, but here goes again.
you can call a sub one of two ways..
call sub("strOne",intTwo,dblThree)
or
sub "strOne", intTwo, dblThree
but you can't do this..
sub("strOne",intTwo,dblThree)
see the differences?
hth,
Harlan |
Previous Message
|
|
|
|
|
|