answersLogoWhite

0

Dim x As String

x = "HELLO"

Dim tmpString As String

tmpString = Nothing

For j = 0 To x.Length - 1

Dim int

int=x.Length - 1

int=int-j

tmpString=x(j)

Next

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you create a program in visual basic?

arrays programms in visual basic


What is trunicate?

Trunicate is when you trim a string in visual basic


Why visual basic is referred to as a tool?

Visual Basic is a computer programming language that can be used to create programs, but it is not a program in itself.


What is visual basic generally?

Visual Basic is a computer development program. It's used to create .exe or executable programs.


What program can create with visual basic 6.0?

You can create anything you set your mind to.


What function are used for string length in visual basic?

string length is a function use to check the lenght of a string i.e number of alphabets in a word or sentence.


What is visual basic 2008?

Visual Basic create windows form applications. They are things like your Web Browser, e.g. Internet Explorer.


What is the correct coding for converting a string to a double in visual basic 2010?

Dim i as double = CDbl("12")


In Visual Basic how do you place a tab into a string with the and sign?

In visual Basic, the tab character has several representations:ChrW(9)vbTabControlChars.TabConvert.ToChar(Keys.Tab)Of these, the last is supported by all .NET languages (including C# where '\t' can also be used).To insert a tab into a Visual Basic string:Dim text As String = "abc"text.Insert (1, vbTab)To insert an ampersand, use the character literal '&':text.Insert (2, '&');


What is the history of Visual Basic 6.0?

Visual Basic was first released in 1992 Visual Basic was first released in 1998. This version included the ability to create web-based applications. Support for this version ended in 2005.


Is visual basics only available in Microsoft Excel?

No, Visual Basic is a program on its own too, used to create programs. VBA is used in Excel and other programs (Visual Basic for Applications).


What is visual basic control?

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