Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How Find, Replace and Go To commands ca be used to
substitute one
character string for another? Explain with the heIp of an
example.

Answer Posted / saba

FIND:-
You can quickly search for every occurrence of a specific
word or phrase.
1. On the Edit menu, click Find.
2. In the Find what box, enter the text that you want
to search for.
3. Select any other options that you want. To select
all instances of a specific word or phrase at once, select
the Highlight all items found in check box, and then select
which portion of the document you want to search in by
clicking in the Highlight all items found in list.
4. Click Find Next or Find All.
To cancel a search in progress, press ESC.
REPLACE:-
You can automatically replace text — for example, you can
replace "Acme" with "Apex."
1. On the Edit menu, click Replace.
2. In the Find what box, enter the text that you want
to search for.
3. In the Replace with box, enter the replacement
text.
5. Select any other options that you want.
For Help on an option, click the question mark, and then
click the option.
4. Click Find Next, Replace, or Replace All.
To cancel a search in progress, press ESC.
GO TO:-
1. On the Edit menu, click Go To.
2. In the Go to what box, click the type of item.
3. Do one of the following:
o To go to a specific item, type the name or number
of the item in the Enter box, and then click Go To.
o To go to the next or previous item of the same
type, leave the Enter box empty, and then click Next or
Previous.

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How stl is different from the c++ standard library?

1278


In what scenario does the Logical file and Physical file being used?

2946


Define stl.

1327


i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

2265


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

2424


What is the stl, standard template library?

1140


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2511


How connect plc and pc through software

2545


Is stl part of c++ standard?

1154


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

2226


Is string part of stl?

1268


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

3427


What is stl language?

1211


Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

2140


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2433