answersLogoWhite

0

implicit means you must declare variables before using them while explicit is not a must you declare variables before using them

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What are the element of the visual basic?

A declared element is a programming element that is defined in a declaration statement. Declared elementsinclude variables, constants, enumerations, classes, structures, interfaces, procedures, procedure parameters, function returns, external procedure references, operators, properties, events, and delegates


Why there are not local and global controls in visual basic programming?

There are, you can either use "Dim" or "Public" when declaring variables to allow them to be used either in the local Sub or throughout the whole program.


What is module in visual basic?

AnswerA key part of developing applications using Visual Basic is ensuring that the code is carefully structured. This involves segmenting the code into projects, modules and procedures so that it is easy to understand and maintain.A complete Visual Basic application is typically contained in a single project. Within a project, code is placed in separate code files called modules, and within each module, the Visual Basic code is further separated into self contained and re-usable procedures.


How do you swap two numbers in qbasic?

Create a form with two text boxes (txtNumber1, and txtNumber2) and a command button (cmdSwap). Option Explicit Dim numb1 As Variant Dim numb2 As Variant Private Sub cmdSwap_Click() numb1 = txtNumber1.Text numb2 = txtNumber2.Text txtNumber2.Text = numb1 txtNumber1.Text = numb2 End Sub


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.

Related Questions

What is used to declare variables in Visual Basic?

declaration of variable is dim a as integer


What is option implicit in visual basic?

The Related Link will answer all your queries related to Visual Basic.


How are visual displays showing how two variables related?

A visual display showing how two variables are related is called a graph.


What variables affect a visual search?

There are several variables that affect a visual search. These include bottom up salience, spatial layout, and similarity relations.


What is the function of option explicit in visual basic 6 I have observed that it always begin in a program?

If used, the Option Explicit statement must appear in a file before any other source code statements.When Option Explicit appears in a file, you must explicitly declare all variables using the Dim or ReDim statements. If you attempt to use an undeclared variable name, an error occurs at compile time.It is used to avoid incorrectly typing the name of an existing variable or to avoid confusion in code where the scope of the variable is not clear. If you do not use the Option Explicitstatement, all undeclared variables are ofObject type.


What is correlation between variables cab be detected by visual inspection of what?

A scstter plot


Which of these provides relationship between two variables and provides a visual correlation coefficient?

Trendline


What are the element of the visual basic?

A declared element is a programming element that is defined in a declaration statement. Declared elementsinclude variables, constants, enumerations, classes, structures, interfaces, procedures, procedure parameters, function returns, external procedure references, operators, properties, events, and delegates


Interpretation of scatter graph?

It is a visual representation of changes in the values of two variables. The graph does not show causation.


A diagram that tells how two variables are related is called what?

A diagram that shows how two variables are related is called a "scatter plot." It is a visual representation of the relationship between the two variables, often used to identify patterns or trends in the data.


MG university Bcom previous year question papers?

discribe the six variables used in visual basic?


What are the two types of learning?

Auditory ( hearing) Visual ( seeing)