On Wed, 8 Feb 2023, atecon wrote:
Hi,
Am 08.02.2023 13:45 schrieb F.R.Costa:
> Dear all,
>
> I'm trying to add all scalars from a Gretl session into a bundle at
> once but I can't figure out how (if possible).
>
> Let's say we have scalars: a, b, c, d, e, f. Is there an easy way to
> add all of them to a bundle?
<bundle b = _(a, b, c, d, e, f)>
is the easiest one I guess.
Yes. To add stuff to a pre-existing bundle, you can use the += operator,
as in
<hansl>
bundle b = _(a,b,c)
d = 7
b += _(d)
</hansl>
Let me add: Filipe, you're not subscribed to the list, so I (as
list maintainer) let your message through as an exception, but in general
you must subscribe to be able to post messages to the list.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------