473,386 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

select column of data in ide

cj
This is only an example not an actual project.

Say I have 200 lines of code like this:

Dim reqType As String = wuReq.Substring(8, 3)
Dim reqCust As String = wuReq.Substring(11, 23)
Dim reqSend As String = wuReq.Substring(34, 40)
Dim reqPhon As String = wuReq.Substring(74, 17)
Dim reqMtcn As String = wuReq.Substring(91, 16)
Dim reqPaym As String = wuReq.Substring(107, 13)
Dim reqTran As String = wuReq.Substring(120, 24)
..
..
..
Dim reqAgen As String = wuReq.Substring(144, 9)
Dim reqClin As String = wuReq.Substring(153, 25)

Perhaps my boss wants me to email him a list of the variables. Names
only. I want to select a block of text but not all of each line.

In many programming related text editors you could right click on the
beginning of the first variable and pull down to the last line and then
over end of that variable name, press copy, then I'm free to paste them
into an email. (Of course I'm assuming the names are all the same
lenght). This ability has many other uses too.

I don't think this is possible in the VS ide but then I might be and I
just do not know how to do it. Can this be done? If so how?
Jan 11 '07 #1
2 1117
Perhaps my boss wants me to email him a list of the variables. Names
only. I want to select a block of text but not all of each line.

In many programming related text editors you could right click on the
beginning of the first variable and pull down to the last line and then
over end of that variable name, press copy, then I'm free to paste them
into an email. (Of course I'm assuming the names are all the same
lenght). This ability has many other uses too.

I don't think this is possible in the VS ide but then I might be and I
just do not know how to do it. Can this be done? If so how?
If you want to select a VERTICAL block of text, hold the ALT key while
selecting.

Jan 11 '07 #2
cj
yes, exactly. I didn't know the vs ide had that. Thanks!

lo*********@gmail.com wrote:
>Perhaps my boss wants me to email him a list of the variables. Names
only. I want to select a block of text but not all of each line.

In many programming related text editors you could right click on the
beginning of the first variable and pull down to the last line and then
over end of that variable name, press copy, then I'm free to paste them
into an email. (Of course I'm assuming the names are all the same
lenght). This ability has many other uses too.

I don't think this is possible in the VS ide but then I might be and I
just do not know how to do it. Can this be done? If so how?

If you want to select a VERTICAL block of text, hold the ALT key while
selecting.
Jan 11 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: lkrubner | last post by:
Are there any benchmarks on how much an extra, unneeded VARCHAR, CHAR, INT, BIGINT, TEXT or MEDIUMTEXT slows down a database call with MySql? PostGre info would also be useful. I'm trying to...
5
by: | last post by:
Is it possible to extend this function to dynamically create a combo boxes from the db table....How would do this...I tried passing a 'Select' type to the function but got a blank entry....Any...
10
by: serge | last post by:
Using "SELECT * " is a bad practice even when using a VIEW instead of a table? I have some stored procedures that are identical with the difference of one statement in the WHERE clause. If I...
4
by: Bruce Pullum | last post by:
I have a datagrid that I am using a DataView with. All works great for the sorting of the columns. However, after I sort the column, and then try and select a data row to edit, the row selected...
3
by: Tcs | last post by:
My backend is DB2 on our AS/400. While I do HAVE DB2 PE for my PC, I haven't loaded it yet. I'm still using MS Access. And no, I don't believe this is an Access question. (But who knows? I...
2
by: Chris Plowman | last post by:
Hi all, I was wondering if anyone can help me with a really annoying problem I have been having. I made a derived datagrid class that will select the row when a user clicks anywhere on a cell...
6
by: jjturon | last post by:
Can anyone help me?? I am trying to pass a Select Query variable to a table using Dlookup and return the value to same select query but to another field. Ex. SalesManID ...
33
by: Peter | last post by:
People are telling me it is bad to put select * from <atable> in a view. I better should list all fields of the table inside the definition of the view. I dont know exactly why but some...
11
by: MurdockSE | last post by:
Greetings. My Situation: // I have an .xml file that I am reading into a dataset in the following code - DataSet ds = new DataSet("MyDataset"); ds.ReadXml(@"c:\data\"+cmyxmlfilename);
4
by: tshad | last post by:
How do I tell DataAdapter that Column 2 and 3 are string and not integer? Following is the example data that comes from the .csv file FEDERAL TAX,1084,0000 COREHCR,1084,0000 CLIENT P,1084,0000...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.