If you can explain more what you need, I'm sure there is a way to do it. Can you describe the exact situation?
Cheers Dan On Mon Dec 22 2014 at 11:20:21 AM brugilu <[email protected]> wrote: > Thank you very much. > Your system is realy very, very power. I am trying to create a little > reservation system for our club ( concert, travel) with it. Is it possible > to create temporary variables? It would be useful for me. > Merry Christmas. > Bruno > > Am Mittwoch, 17. Dezember 2014 14:57:39 UTC+1 schrieb Dan: >> >> Normally data variables are only assigned by forms. There are three >> options to manage this however: >> >> 1) Store it as an info variable instead. (You could even store it as an >> info var inside a data var) >> 2) Use a script to automate the form and save it as a data var >> 3) Create a custom plugin. Very simple to do. >> >> These are all pretty easy, but I'd suggest the first option--unless you >> have to have the information stored on a specific page. >> >> [(info page=info.math field={p} value='{ 1+2 }')] >> >> Then to retrieve: {info.math::{p}} => 3 >> >> Cheers, >> Dan >> >> On Wed Dec 17 2014 at 7:52:29 AM brugilu <[email protected]> wrote: >> > How can I assign the result of the math function to a data variable >>> without usin a form? >>> >>> -- >>> 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/d/optout. >>> >> -- > 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/d/optout. > -- 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/d/optout.
