DATA TYPES ď‚§ STATEMENTS A statement is a line of code in Visual Basic program. It is combination of keywords, properties, functions, operators and symbols that collectively creates a valid instruction for the Visual Basic compiler to work with. For example, Label1.Caption=Date is a statement that assigns the current date to the Caption property of a label box, causing the date to be displayed in the box.