Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic .NET
continued another line
continued another line
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Jose
#1
continued another line
May 19 '06, 08:25 PM
Please i have a select very longer and need continue in another line. Which
is the separator line in vb 2003
Thanks you
Chris Dunaway
#2
May 19 '06, 08:45 PM
Re: continued another line
underscore character (_)
Dim s As String = "Select * From Table " & _
"Where Field1 = 'value' " & _
"Order By Field2"
Comment
Post
Cancel
Jose
#3
May 19 '06, 10:35 PM
Re: continued another line
Thanks Chris.
"Chris Dunaway" <dunawayc@gmail .com> escribió en el mensaje
news:1148071494 .946474.137230@ u72g2000cwu.goo glegroups.com.. .[color=blue]
> underscore character (_)
>
> Dim s As String = "Select * From Table " & _
> "Where Field1 = 'value' " & _
> "Order By Field2"
>[/color]
Comment
Post
Cancel
Snozz
#4
May 20 '06, 01:45 AM
Re: continued another line
Is there a good resource that summarizes the nuances of VB.NET that a
C# programmer might be unfamilier with? The VB syntax sometimes
appears ambiguous to me.
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment