hello,
In a Worksheet:
When I define a variable (here, `ttt`) with the value NULL and then attempt to output it using prompt,
I end up in an infinite loop.
I trigger the substitution window without entering a value for `ttt`.
define ttt=
prompt &&ttt.
or
define ttt=
prompt &ttt.
nice trick,
Markus