piyush dixit wrote: > i m not asking for right code. > i want to know why the result is 10 0 0.
While you should be desiring to learn to write software as correctly as possible, the answer to your question is that the computer executed the program exactly as you told it to. The code "lost" information due to an "incorrectly" written 'if' statement because of an "incorrectly" written macro. However, the code executed flawlessly. The computer does exactly what you tell it to do. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
