

VBScript was invented and maintained by Microsoft. Basically it is the combination of Visual Basic programming language and JavaScript language. The VBScript stands for Visual Basics Script language. How to calculate the number of days between two dates in javascript?.How to insert spaces/tabs in text using HTML/CSS?.Top 10 Projects For Beginners To Practice HTML and CSS Skills.Search an element in a Linked List (Iterative and Recursive).Find Length of a Linked List (Iterative and Recursive).Write a function to delete a Linked List.Delete a Linked List node at a given position.How to declare a pointer to a function?.An Uncommon representation of array elements.Dangling, Void, Null and Wild Pointers.Implementing a Linked List in Java using Class.Difference between List and ArrayList in Java.Distinguish between Totem Pole and Open collector.Difference between JavaScript and VBScript.How to Make, Save, and Run a Simple VBScript Program?.ISRO CS Syllabus for Scientist/Engineer Exam.ISRO CS Original Papers and Official Keys.GATE CS Original Papers and Official Keys.You can also use the + or the & operator to join two or more texts (string) together like in example 2.1.4 (a) and (b) Example 2.1. Output: Visual basic program Please check more examples on visual basic program for beginner Visual Basic programs with example Basic Vb programs Example 2.1.1 Module Module1Ĭonsole.WriteLine(str1 + " " + str2 + " " + str3) Which contains 3 strings str1, str2,str3. Below is the code to Concat two string in visual basic. + or the & operator is used to Concat two or more string in Visual basic. Output: Write First Program in Visual basic How to Concat two string in Visual basic. Str = "Write First program in Visual basic" Dim str As String is a variable decoration. Output: Hello World Visual basic program to print a string variable.ĭeclare a variable in visual basic is really simple. Console.WriteLine(” “) is used to print any value as an output and the Console.ReadLine() is used to read the next line here we are using it to hold the screen. The below code will print the string value “Hello World”. Write a visual basic program to print a string “Hello World” Start any programming language with some string operation is a really good idea. Let’s start with the basic “Hello World” Project in Visual basic.

Check the visual basic program for mathematical operations. In this tutorial, Will see some basic string operation like how to print string and char in visual basic.

below are some examples of visual basic programs. Visual Basic programs for beginners with examples.
