You are not logged in. Lock_open    

Video: 'Incompatible Types (Command Line)'

Incompatible Types (Command Line) Time: 1:33
Average:
  • Currently 3.2/5 Stars from 67 ratings
  •  
  •  
  •  
  •  
  •  
67 ratings
Your Rating:
  • Currently 0.0/5 Stars from 67 ratings
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Conditional Compile Error Loop Command Line
Narration language: Gb English
Flash_icon Watch Online 5.71Mb
Quicktime_small Download 1.89Mb (Right-click and select 'save as')

Description:

What to do when you see an incompatible types compiler error in a loop condition or in the condition of an if statement.

Shows the effect of using equals (=) instead of equalsequals (==), causing an assignment when you intend to have a equality comparison.



Leave a comment about this video...

What others are saying

bstockwell @ October 29, 2007 09:40

This is an error I make in every program that I write. Now that I am able to recognize the actual error message I will be able to more quickly fix the error.

bwhite4815 @ October 22, 2007 20:34

This is a problem I make a lot, so that helped clear it up a bit more. The whole two ”=” was a little weird before.