Glossaria.net

Glossary Visual Basic / Term

variable

variable

A named storage location that can contain data that can be modified during program execution. Each variable has a name that uniquely identifies it within its scope. A data type can be specified or not. Variable names must begin with an alphabetic character, must be unique within the same scope, can't be longer than 255 characters, and can't contain an embedded period or type-declaration character.

Permanent link variable - Creation date 2020-06-07


< VarBinary data type Glossary / Visual Basic Variables >