swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error on ActiveGraph class application


From: Manor Askenazi
Subject: Re: Error on ActiveGraph class application
Date: Wed, 8 May 96 08:24:34 MDT

Hi Frank,

For the record, local variables are not initialised to any particular
value (as opposed to global or static variables) and since statusM 
is a local variable it would normally not be initialised to nil (and
certainly not initialised to any valid object instance). 

In this particular case, though, we were lucky in that the value of
statusM was nil which caused the grapher to believe you had never 
set the feed at all... Otherwise it would have attempted to talk to
the feed which would have failed too because as mentioned above,
the statusM variable did not yet contain a reference to a valid 
object (since none was created).

Regards,

Manor.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]