Thread: T^2
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Chuck[_11_] Chuck[_11_] is offline
external usenet poster
 
Posts: 58
Default T^2

On Mon, 6 Oct 2008 02:19:06 -0400, "Rick Rothstein"
wrote:

It's been a long time but I believe that VB6 does not recognize the ^
symbol.


Yes, VB6 does indeed recognize the power symbol.

You are absolutely correct. I should have checked. It was Turbo Pascal (DOS)
that did not use the ^ symbol. I just checked.
Pascal: X^A is written exp(A*ln(X))