Where are the new variable based parameters documented?

PhoenixPE Forum and Support

Moderator: Homes32

Post Reply
JonF
Registered User
Posts: 55
Joined: Thu 21 Sep, 2023 10:57 am

Where are the new variable based parameters documented?

Post by JonF »

?
User avatar
Homes32
Code Baker
Posts: 289
Joined: Sun 06 Jun, 2021 8:10 pm

Re: Where are the new variable based parameters documented?

Post by Homes32 »

Mostly in the Run/Exec & Loop commands and their counterparts since they take the place of #1, #2, #..., and #c.
JonF
Registered User
Posts: 55
Joined: Thu 21 Sep, 2023 10:57 am

Re: Where are the new variable based parameters documented?

Post 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?
User avatar
Homes32
Code Baker
Posts: 289
Joined: Sun 06 Jun, 2021 8:10 pm

Re: Where are the new variable based parameters documented?

Post 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
Post Reply