Hi,

Trying to help my sons do some VB programming. they've got hold of some books with simple program listings but they're all 1980's BASIC (ZX81 et al).

The biggest problem I've found so far (we're assuming we would run VB in Command Line mode) is that the lines like:
INPUT T1

don't work any more.

The issue seems to be that old BASIC interpreters always assumed that "INPUT"...