|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
I am pretty new to ASP and I am working in InterDev, I cant find anyway to have the lines wrap and it is extremely annoying. Does anyone have a solution for this? Thanks. |
|
#2
|
|||
|
|||
|
I don't think this can be done. Split your long lines, to make your code more readable...
__________________
ASP ASP hosting SQL Tutorial SQL Strings Loans Canada C D SQL Dictionary Hosting Dictionary Tech Dictionary Job Bank Canada |
|
#3
|
||||
|
||||
|
this problem is related to InterDev, not ASP.... moved to the Lounge.
I also think it's not possible - you'll have to "wrap" it yourself. use the "_" to split long line of code into several: Code:
strSQL="Select field1, field2, field3, field4, field5 "&_ "From myTable "&_ "Where field6='hello'" |
|
#4
|
||||
|
||||
|
Quote:
(sorry bit off topic)
__________________
|
|
#5
|
||||
|
||||
|
you mean VB.NET - using C# you can move lines and it works. just like good old C, C++, Java, PHP and much more. only VB has this lines problem.
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
I wonder what language Mr. Gershon is working with?
|
|
#8
|
||||
|
||||
|
Quote:
maybe FORTRAN.... j/k ![]()
__________________
--RP7-- - Rome was built in a day - - nevermind, i've been there... impossible... if (scales=="click" && points=="lots") {me==happy} |
|
#9
|
||||
|
||||
|
Quote:
![]() |
|
#10
|
||||
|
||||
|
Quote:
|
|
#11
|
||||
|
||||
|
Quote:
i learned vb.net because i was used to vb a buddy of mine from a java background learned c# cuz he said it made more sense... I heard c# is more powerfull than vb.net though... is that true? |
|
#12
|
||||
|