in reply to [Solved] Generate list from a to arbitrary letter
DB<114> use POSIX DB<115> $times= ceil(log(703)/log(26)) => 3 DB<116> "z"x$times => "zzz" [download]
Cheers Rolf
( addicted to the Perl Programming Language)