On Mon, 15 Oct 2018, oleg_komashko(a)ukr.net wrote:
I'll look at it somewhat later
OK. By the way: there's a function in a_eff that can be re-implemented a
little more efficiently as follows:
<hansl>
function string repchar(string char, int n)
fmt = sprintf("%%%ds", n)
return strsub(sprintf(fmt, " "), " ", char[1])
end function
</hansl>
Perhaps we could include it in the "extra" package. What do you think,
Sven?
-------------------------------------------------------
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
-------------------------------------------------------