if (conditionA) EntriesPerDirection=1;
if (conditionB) EntriesPerDirection=2;
if (conditionC) EntriesPerDirection=3;
Just wondering because I did that last night and it was working fine. This morning I started my computer from a fresh boot and found that is was no longer working.
EntriesPerDirection stays set to 1 regardless what I do to make the other conditions true.
Mike

Comment