On Wed, 19 Jul 2023 12:00:58 -0300 "B. William via Remind-fans" <[email protected]> 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.
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/
