indent for line
-
hello in my project i have long query and i want to breck this query line. into more than one line. so how can i use indent.
Gayatri
Use the _ character ( if you are using VB ). You might want to consider using stored procedures instead.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Use the _ character ( if you are using VB ). You might want to consider using stored procedures instead.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
thanks for reply. sir, i am using asp.net 2.0 with c#. so i want syntax for indent. actually i have long sql query, i want to breck it in multiple line so i want connector for line or so iwant indent for line. pls help me.
Gayatri
In C#, you can end a line with
+
after the quotation. You must have the next line begin with quotation to continue the string."Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
In C#, you can end a line with
+
after the quotation. You must have the next line begin with quotation to continue the string."Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
No problem :)
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
hello in my project i have long query and i want to breck this query line. into more than one line. so how can i use indent.
Gayatri