Where are the new variable based parameters documented?
Moderator: Homes32
Re: Where are the new variable based parameters documented?
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?
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?
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.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
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 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?
no. per the RunEx documentation out params are now: %^SOPARAM_n% ("Section Out Parameter")
see documentation for Loop: %^LOOP_IDX% ("Loop Index")
see documentation liked above: %^SIPARAM_COUNT% ("Section In Parameter Count")
see XMLUpdate documentation