made this change this morning
from:
if ((range =1) && (sol1) && (!sol2) && (sol3) && (!sol4) && (!sol5)) {
shifting = 0;
spin = spincmd;
}
else if ((range =2) && (sol1) && (!sol2) && (!sol3) && (sol4)
&& (!sol5)) {
shifting = 0;
spin = spincmd;
}
else if ((range =3) && (!sol1) && (sol2) && (sol3) && (!sol4)
&& (!sol5)) {
shifting = 0;
spin = spincmd;
}
else if ((range =4) && (!sol1) && (sol2) && (!sol3) && (sol4)
&& (!sol5)) {
to:
if (shifting) {
if ((range =1) && (ls1) && (!ls2) && (ls3) && (!ls4) && (!ls5)) {
shifting = 0;
spin = spincmd;
}
else if ((range =2) && (ls1) && (!ls2) && (!ls3) && (ls4) && (!ls5)) {
shifting = 0;
spin = spincmd;
}
else if ((range =3) && (!ls1) && (ls2) && (ls3) && (!ls4) && (!ls5)) {
shifting = 0;
spin = spincmd;
}
else if ((range =4) && (!ls1) && (ls2) && (!ls3) && (ls4) && (!ls5)) {
thanks
Stuart
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users