swarm-support
[Top][All Lists]
Advanced

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

Display problem


From: sabeeha
Subject: Display problem
Date: Wed, 10 May 2000 17:51:02 -0500

hi,
I am new at swarm . I am stuck with this problem, i want to display  array
values in an EZgraph.
my code is like this:

for(i=0;i<n;i++){
    sprintf(name,"IdeaC%d",i);
        
    [agentGraph4 createSequence: name
                 withFeedFrom: mSwarm
                        andSelector: M(getTargetNumberOfTimesInStock)]; 
}

so by the above code , i create n sequences, but i am not able to get
correct values in the graph.
my "getTargetNumberOfTimesInStock" function returns correct values, but my
EZgraph cannot plot it right(plots erroneous values).

any help or suggestion will be appreciated,
-sabeeha


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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