Page 1 of 1

Random Code Question

Posted: Mon Jul 15, 2024 9:20 pm
by johnsmith0251
There's nothing behind this except curiosity. In the code, wwb adds w_ before sections, items, etc. Is this how the program works or an enabled setting?

Re: Random Code Question

Posted: Mon Jul 15, 2024 9:24 pm
by crispy68
How it works. Sometimes certain objects need a wrapper and that is when the wb_ is added.

Re: Random Code Question

Posted: Mon Jul 15, 2024 10:00 pm
by johnsmith0251
crispy68 wrote: Mon Jul 15, 2024 9:24 pm How it works. Sometimes certain objects need a wrapper and that is when the w_ is added.
Thanks!