Back to Browse

QBasic Tutorial 5 - Type Mismatch And Other Data Type Errors - QB64

53.2K views
Aug 3, 2011
4:01

http://www.SchoolFreeware.com It is very important that the data matches the data type of the variable. If the data does not match the data type then a type mismatch occurs. If the computer is expecting an integer and gets a floating-point number, the computer will round. Also, if a variable's name is a typo and does not match the variable's name that was made, the computer will make a new variable with incorrect name. This new variable will be initialized as zero (0).

Download

1 formats

Video Formats

360pmp46.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

QBasic Tutorial 5 - Type Mismatch And Other Data Type Errors - QB64 | NatokHD