[set]some value[/set] always displays it's value to the prompt?
magicbot42 opened this issue · 3 comments
Unless I'm missing something, it seems this is the case.
Can we have a _hidden option for the [set] shortcode such that the contents (value] of the between the shortcode brackets isn't immediately echod to the prompt. Sometimes I just want to set a variable and not have the value inside of [set somevariable]value[/set] echo'd to the prompt until I use the [get somvariable] shortcode to retrieve that value.
Maybe hidden is not the best name but some optoin to not have the contents of set reflected in the prompt when set would be nice.
Hi @magicbot42,
Unless there's a bug I'm not aware of, the [set]
shortcode should not echo back to the prompt. Here's a Dry Run test:
In fact, you need to use the _out
parg if you want to print the set content.
May I see the code that's giving you trouble? Thanks.
Oh wow, I've just been misunderstanding the use of the _out option this whole time.
This is a non issue then.. Sorry about that.
BTW, can confirm the fix for the hires fix is working with sdxl as well. Thanks for that!
Closing as is a non-issue