Assign value from a procedure ButtonOn Click to a general variable

Hello everybody,

I have a procedure returning a value:

  set('machname', #39+MSelect.Text+#39);

How can I pass this value to a general variable ?

I guess there is a special expression to do that, but I don't find it.

Can you help?

THanks in advance.

Comments

  • set('machname', #39+MSelect.Text + );

    should works in the FR's script

Leave a Comment