Carlo Hogeveen
unread,Feb 25, 2026, 4:34:40 AMFeb 25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sem...@googlegroups.com
Sammy,
This is a tiny wish.
In TSE's inhouse macros, the .si files, assignment statements are also expressions that return their left side as a value.
In user macros, the .s files, this syntax is not allowed.
Examples:
test1 = test2 = test3 = FALSE
test4 = (value1 < value2)
My guesstimate is that the past reasons to exclude users from using this syntax no longer apply.
My request is to "unlock" this syntax for use in regular macros.
Or I might pout,
Carlo