Get selected item from a list box - changed behavior of JSL?
Currently going through this beautiful instruction video on how to write a JSL script by @David_Burnham.
Up to 07 minutes and 28 seconds everything works as expected. Starting around 8 minutes and 13 seconds, precisely when the window is converted into a modal window, this code here throws an error:
// doesn't work:
lst = {"A", "B", "C"};
New Window("Select", << Modal,
Border Box(top(10), b...