Thread: problem
View Single Post
Old Mar 13th, 2008, 6:42 AM   #3
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Re: problem

vb.net Syntax (Toggle Plain Text)
  1. DIM x AS INTEGER = 4
  2. DIM y AS INTEGER = 0
  3. y = x^3 'x to the power of 3, y = 64
OpenLoop is offline   Reply With Quote