[pmwiki-users] Variables in include

Peter Bowers pbowers at pobox.com
Fri Jan 8 00:43:17 CST 2010


On Fri, Jan 8, 2010 at 12:17 AM, Patrick Provinciael
<patrick.provinciael at gmail.com> wrote:
> I want to use the include directive and send some variables to it. However,
> I am unable to send variables that contain spaces. Is there any way around
> this problem?

Variable names do not contain spaces.  This is by design.  It would
involve significant changes to core to enable spaces in variable
names.

Try using "camel case" (ThisIsAValue) or underlines (this_is_a_value)
instead of spaces.

-Peter



More information about the pmwiki-users mailing list