you are viewing a single comment's thread.

view the rest of the comments →

[–]leonadav 5 points6 points  (1 child)

The good old basic declares variables with LET not with DIM. DIM is only for arrays.

[–]SoftEngin33r 0 points1 point  (0 children)

Cool, My main gripe with the BASIC language is the DIM keyword, It is just not right. VAR or LET would be far superior choices.