x64: SC inputselect header is persistent
Posted: 24 Jan 2026 23:53
I noticed that in x64 the SC inputselect header param seems to persist during the session, ie if you run this in fresh:
you will only see the capitalized first header, even after script ends on subsequent runs during the session. And if your first use of inputselect doesn't use the header param, it seems the header section doesn't show at all for the rest of the session.
Currently using, .0507 but it was the same in earlier beta releases.
inputselect("HEADER", 4:=1); inputselect("header 2");you will only see the capitalized first header, even after script ends on subsequent runs during the session. And if your first use of inputselect doesn't use the header param, it seems the header section doesn't show at all for the rest of the session.
Currently using, .0507 but it was the same in earlier beta releases.