On Mon, 20 Apr 2009, Berend Hasselman wrote:
The point is to convert all uppercase names to lower case.
Therefore a string function tolower (and possibly toupper) would be
very helpful so that you can do this
loop i=1..3660 --quiet
string oldname=varname($i)
string newname=tolower(oldname)
rename oldname newname
endloop
I've now add "tolower" in CVS.
Allin.