FC6.1 Using List occurrences.

A forums to allow bugs and problems with Flowcode v6 to be reported and resolved.

Moderator: Benj

Post Reply
medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

FC6.1 Using List occurrences.

Post 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
Martin

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: FC6.1 Using List occurrences.

Post by Benj »

Thanks Martin,

Now on the official list to investigate.

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: FC6.1 Using List occurrences.

Post 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
Martin

Post Reply