Has anyone had problems in importing Microsoft Office Excel files into PSPP? *__________________________* *Richard Fiene, Ph.D., Research Psychologist* [image: iD icon]*orcid.org/0000-0001-6095-5085 <https://orcid.org/0000-0001-6095-5085>* *The Pennsylvania State University* *Research institute for Key Indicators* *National Association for Regulatory Administration*
On Sun, Nov 10, 2019 at 1:58 PM Ben Pfaff <b...@cs.stanford.edu> wrote: > I fixed the bug. The bug fix will be in the next release of PSPP. > > On Wed, Nov 6, 2019 at 12:15 PM Ben Pfaff <b...@cs.stanford.edu> wrote: > > > > On Wed, Nov 6, 2019 at 9:08 AM Frans Houweling <fhouwel...@email.it> > wrote: > > > this syntax: > > > > > > PSPP> LOOP. > > > PSPP> + COMPUTE i = 1. > > > PSPP> END LOOP IF i GT 1. > > > PSPP> EXECUTE. > > > > > > makes my session hang forever. > > > > It looks like a bug because I misunderstood the requirements. I thought > that if > > an IF clause was specified then MXLOOPS should not apply, but this > appears > > to be wrong. > >