Nope, VAR/DIM is used for every kind of variable(Number, strings or array). The difference with A=B-C is that your example is an implicit declaration of the variables meanwhile DIM/VAR do a explicit declaration.