Find and Replace

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times
Contact:

Find and Replace

Post by saschech@gmx.de »

Hello

I have variable : flag >> ...._flag >> ....._......_flag

If I search for variable flag , all variable with flag are listet.

I think , if I search *flag* then all listet but search for flag only the flag is listet ?????

Regards Wolfgang

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: Find and Replace

Post by JonnyW »

Hi. Are you checking the 'find whole word only' checkbox? This will only match the text if it is a complete word, and not part of a word.
wholeword.png
Whole words only
(8.92 KiB) Downloaded 1772 times
The search and replace is for text searching, so will find that text anywhere. If you would like to list a specific variable only, you can do this from the project explorer:
occurs.png
List occurances
(8.42 KiB) Downloaded 1772 times
This will list in the same way as 'find all' in find and replace.

Cheers,

Jonny

Post Reply