Thread: Use of cPI?
View Single Post
  #3 (permalink)  
Old 08-08-2008, 08:30 PM
cdeane cdeane is offline
Knows the basics
 
Join Date: Aug 2007
Location: Arkansas
Posts: 60
Default

Quote:
To add 3 to cPI just write Table2.Cell("bot",0)=cPI+3
or Table2.Cell("bot",0) = Table2.Cell("bot",0)+3
Your right klaus.That is what I've been doing.
In my haste I seem to prematurely assumed cPI+3 was the one giving me problems and therefor was the culprit.I was wrong.
It is elsewhere in my code.I am looking for the troubled area as we speak.

By the way 15.916 was the PI of a random number I picket(50).

My bad.
Reply With Quote