Pbindef input automatic changing way?

play pbindef with arg .

1

is there way to automatic changing this arg to pbindef ?
or i need set pbindef value again , every time ?
2

One easy way for this is wrapping the variable into a Pfunc (or another Pattern that involves Functions), then you can set while running and the Function is evaluated with the new value with every new Event.
Other than that you can check PLx Patterns (esp. PLbindef) from miSCellaneous_lib Quark that handle this with a dedicated syntax.

Oh , thank you!!
Pfunc worked well!!