On Wed, 19 Jul 2023 12:00:58 -0300 "B. William via Remind-fans" <remind-fans at lists.skoll.ca> wrote: > FSET yr(y) "" + ord($Ty - y) + "" You don't need to concatenate the empty strings; they do nothing. FSET yr(y) ord($Ty - y) is sufficient. Regards, Dianne.