| | |
| |
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net 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
|
|
|
|
|
|