answersLogoWhite

0


Best Answer

A string is a line of text.

For example:

Dim example As String = "whatever text you want"

Would make a string that says "whatever text you want"

Later, you can use this for a msgbox or textbox

Example:

TextBox1.Text = example '(that is the string we made)

or

MsgBox(example, MsgBoxStyle.Information, "Note!") '(would display a msgbox containing the text in the string)

User Avatar

Savanah Goldner

Lvl 10
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

If you want an example of two, then here they are, + and - ! Well, there are more like all the stuff that starts wit CI e.g. CInt. And also, the ones that depend on the control, e.g. Me.Close()

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Two pre-defined functions in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How did visual basic evolve?

In the early 1960, two mathematics professors at Dartmouth college level opened basic to provide their student with an easily learned language that could tackle complicated programming projects. pa check mo sa teacher ko?


What are the 2 basic functions used in encryption algorithm?

Two basic functions used in Encryption Algorithms are * Substitution * Transposition


What are the two basic functions of a tire?

keep the car up and the control of the car


The two basic functions of the respiratory system are air distribution and?

Gas exchange


Two methods in Visual Basic to store value?

dim value1 as integer dim value2[3] as integer


What are visual basic public key?

What do you mean by the "public key of visual basic"? That does not make sense. If you are talking about a public key in two key cryptography, that is something you get from a certificate authority key server, and it has nothing to do with visual basic. If you are talking about the license key, you are treading in illegal territory. No one is going to give you a license key - that would constitute piracy - and could land both of you in jail. Buy your own copy of visual basic, or go out to the Microsoft web site and download the free express edition.


What are the two functions for an equals sign in Visual Basic?

1. To show that a variable is equals to another: a+3==b which means after yo uadd 3 to a, it would have the same value as b( or b=a+3) and also, this would from then tries to solve a function: x+3y==8


What are the main functions of visual processing?

The visual system is the part of the central nervous system which enables organisms to process visual detail, as well as enabling several non-image forming photoresponse functions. It interprets information from visible light to build a representation of the surrounding world. The visual system accomplishes a number of complex tasks, including the reception of light and the formation of monocular representations; the construction of a binocular perception from a pair of two dimensional projections; the identification and categorization of visual objects; assessing distances to and between objects; and guiding body movements in relation to visual objects. The psychological manifestation of visual information is known as visual perception, a lack of which is called blindness. Non-image forming visual functions, independent of visual perception, include the pupillary light reflex (PLR) and circadian photoentrainment.


Does your computer have visual basic c plus plus?

Basic and C++ are two different languages. You can have them both, but you need to install them. By default Windows OSes do not have it. When Linux based have an option to install C++ compiler.


Functional area of oxfam?

plop Oxfam have the same basic functions as a normal company and they have two key functions exclusive to charities. These functions are: Fundraising and Volunteering.


Visual basic programming approach. why visual basic?

Visual Basic is basic programming. It's tough to understand the other languages without knowing Visual Basic. Even though it is not used to make too many programs, it is used to train programmers.


Addition of two numbers in visual basic language?

Dim int as Integerval(1) + val(1) = int Label1.Text = int ^ Edit as you please.