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

Re: How debug these things?



PureBytes Links

Trading Reference Links

Thanks Harley I appreciate your suggestions. I hope to get some 'play time' in
this weekend. - Chris

In a message dated 9/17/98 1:27:19 AM Eastern Daylight Time, meyer@xxxxxxxxxxx
writes:

> Chris,
>  
>  In MS 6.5 you can have
>  
>  hold:= mov(c,40,s);
>  
>  You can then plot move(hold,5,e);
>  
>  Or what ever you want to do with hold. You'll need to test it out with the
>  writeval function.
>  
>  Harley