Page 1 of 1

FC6.1 Using List occurrences.

Posted: Sun Oct 12, 2014 11:35 am
by medelec35
When loaded flowchart from here
When selected Previous_x or Previous_y for example then select List occurrences, the result window is blank even though there are several occurrences of both variables.

Martin

Re: FC6.1 Using List occurrences.

Posted: Mon Oct 13, 2014 12:07 pm
by Benj
Thanks Martin,

Now on the official list to investigate.

Re: FC6.1 Using List occurrences.

Posted: Mon Oct 13, 2014 1:05 pm
by medelec35
Thanks Ben,
I believe know what's causing the issue.
If a variable is created e.g

Code: Select all

Previous_x
Then if the case is changed when assigning a variable e.g

Code: Select all

previous_x = 5
The variables with a different case will no be included within Find Results.

Martin