I’ve had a few users asking lately about dynamically creating their button text for Impromptu. I thought I’d take a moment to share a small bit of code to help out. The documentation shows using a quick way to name your buttons like so:

var btns = { Ok:true, Cancel: false };

But many times [...]