Hello. 

what would be the way to assign the return value of a plugin-in function to 
a variable *without* having to submit a form? 

What I am trying to do (using 4.06): Essentially I have a nicely working 
file search that displays images in a variable subfolder:

[(search dir=files/{:thefolder} type=png fmt="[^{+p} dir={:thefolder}^]")]

Now the name of that subfolder comes from a plugin function, and I am using 
a form to assign the function result to the variable:

[form]
[text thefolder [(thefunction)]]
[submit]
[command savedata thefolder]
[form]

While I'm just not seeing it, I'm sure there is a likely simple BoltWire 
answer to feed function results directly into the search using a variable 
(the function should only be called once on a page, while the return value 
is required more than once). 

Thanks in advance for any help on this.

JF

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to