Page 1 of 1

Where are the new variable based parameters documented?

Posted: Mon 03 Aug, 2026 3:41 pm
by JonF
?

Re: Where are the new variable based parameters documented?

Posted: Tue 04 Aug, 2026 2:53 am
by Homes32
Mostly in the Run/Exec & Loop commands and their counterparts since they take the place of #1, #2, #..., and #c.

Re: Where are the new variable based parameters documented?

Posted: Wed 05 Aug, 2026 1:35 pm
by JonF
All the XML and JSON commands have disappeared from https://github.com/PhoenixPE/PhoenixPE/wiki/PhoenixAPI

https://github.com/pebakery/pebakery-do ... ch/Loop.md, https://github.com/pebakery/pebakery-do ... nch/Run.md, and https://github.com/pebakery/pebakery-do ... h/RunEx.md, https://github.com/pebakery/pebakery-do ... ndLocal.md, https://github.com/pebakery/pebakery-do ... etLocal.md are out of date. It appears nobody changed the PEBakery documents. Or are the changes only for PhoenixPE?

Does #o_n_ (RunEX) still work?

What is the new variable for #c? %^SIPARAM_COUNT%? What about #a?

What does XMLUpdate return for invalid arguments?

Re: Where are the new variable based parameters documented?

Posted: Thu 06 Aug, 2026 2:32 am
by Homes32
JonF wrote: Wed 05 Aug, 2026 1:35 pm All the XML and JSON commands have disappeared from https://github.com/PhoenixPE/PhoenixPE/wiki/PhoenixAPI
yep. per the release notes these commands are no longer part of the PhoenixAPI (a subset of marcos implemented only for PhoenixPE). They are now built directly into PEBakery for all projects to use.
Your looking at the master branch again. You need to be looking at the develop branch documentation: https://github.com/pebakery/pebakery-docs/blob/develop/
JonF wrote: Wed 05 Aug, 2026 1:35 pm Does #o_n_ (RunEX) still work?
no. per the RunEx documentation out params are now: %^SOPARAM_n% ("Section Out Parameter")
JonF wrote: Wed 05 Aug, 2026 1:35 pm What is the new variable for #c? %^SIPARAM_COUNT%?
see documentation for Loop: %^LOOP_IDX% ("Loop Index")
JonF wrote: Wed 05 Aug, 2026 1:35 pm What about #a?
see documentation liked above: %^SIPARAM_COUNT% ("Section In Parameter Count")
JonF wrote: Wed 05 Aug, 2026 1:35 pm What does XMLUpdate return for invalid arguments?
see XMLUpdate documentation