English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Dim numArr() As Decimal = { CInt(txtNbr1.Text), **
CInt(txtNbr2.Text), **
CInt(txtNbr3.Text)}

This won't work because I need something where I have put asterisks in order for VB not to complain.

2007-02-21 14:44:16 · 3 answers · asked by federmonkey 2 in Computers & Internet Programming & Design

3 answers

The line continuation character in VB.NET is an underscore (_)

2007-02-21 14:58:42 · answer #1 · answered by Rex M 6 · 0 0

User a space followed by an underscore as in the following

Dim MyCommand As New System.Data.SqlClient. _
SqlCommand("SELECT TOP 10 * FROM CUSTOMERS ", MyConnection)

2007-02-22 04:34:52 · answer #2 · answered by Smutty 6 · 0 0

My wife can answer this for you in the morning if it is still open.
I am pretty much computer illiterate, but my wife is a complete comp' genius; she makes fifty- five dollars per hour, full family , company paid insurance coverage, and quarterly bonuses.
So Stay Tuned in!
She is good, real good,

2007-02-21 23:27:30 · answer #3 · answered by acesfourpal 4 · 0 1

fedest.com, questions and answers