Todd Walton wrote:
> On Sat, Aug 30, 2008 at 12:12 PM, SJS <[EMAIL PROTECTED]> wrote:
>> This is why it's vitally important to stay away from the koolaid. :)
> 
> I'm trying.
> 
>> The difference between this and formatted text is what?
> 
> Well, like you said, you can "look at formatted text and make a
> reasonable guess as to what's what".  The source *is* the
> documentation.  The Unix Way has shown us how valuable that can be.
> 
>>> Set objArgs = CreateObject("WScript.Arguments")
>> WTF?
>>
>> Is this a function or a local method?
> 
> Uh... what's the difference?  I'm not experienced enough to know the
> difference between a function and a method.  I thought they were two
> names for the same thing.
[snip]

In this context a function is something that can be called from anywhere
in the program; it just exists "out there" to be used by anything. A
local method is a function that belongs to the object; only code in the
object can call the local method, other code outside the object doesn't
know about it.

Gus


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to