On Wed, 6 Jul 2011, Allin Cottrell wrote:
On Wed, 6 Jul 2011, Sven Schreiber wrote:
> 3) and a suggestion: in a foreach loop many variables which are
> contiguous in the dataset can be referred to like this:
>
> loop foreach i var1..var99
>
> This is explained in the manual, otherwise I wouldn't know it. When I
> was dealing with 51 weekly dummies today I thought that it would be very
> useful to have this syntax also for definition of lists [...]
For lists, yes, it would be nice [...]
That's now added in CVS and snapshots. Also, the wildcard (*) for
list construction is now documented in the lists chapter.
Allin