j
k
j a
j l
Hi,
Yes, this seems to be working fine. Thanks!
./MiS
guenter geiger geiger@xdv.org writes:
p3 = (higher ? p2 - 1 : p2 - 3); to p3 = (higher ? p1 + 3 : p1 + 1); .. let me know if it works
p3 = (higher ? p2 - 1 : p2 - 3);
to
p3 = (higher ? p1 + 3 : p1 + 1);
.. let me know if it works
Back to the thread
Back to the list