The 4th line should probably be

BOLTinfo($name, $wert);

Dan
On Jun 26, 2015 6:03 PM, "DIG Germering" <[email protected]> wrote:

> What I realy wrote was:
>
> function BOLTFmyfunc($args) {
>         $name=$args['field'];
>         $wert=$args['value'];
>         BOLTFinfo(field=$name, value=$wert);
>         return;
>         }
>
> If I write my own function without call to Boltwire function, this works
> fine.
> Cheers.
> Bruno
>
> Am Freitag, 26. Juni 2015 21:02:09 UTC+2 schrieb DIG Germering:
>>
>> I would like to write my own function and in it  call a Boltwire
>> function, but I don't how how to call a Boltwire function in PHP code.
>> To find out the syntax a tried this.
>>
>> BOLTFmyfunc($args) {
>>         $name=$args['field'];
>>         $wert=$args['value'];
>>         BOLTFinfo(field=$name, value=$wert);
>>         return;
>>         }
>>
>> then I put on a pageof my site: [(myfunc field=tom value=100)].
>> What I got was an empty screen.
>> Can you help me?
>>
>>  --
> 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.

Reply via email to