How to write a string in a Ewon tag in Viewon?

Hi,

I would like to write a string value in a Ewon string variable from Viewon when I press a button. The string value is a constant value. I tried this basic script in the action “Send String” but it doesn’t work…

MyEwonTag@ = “Text”

Can you help me?
Thanks

Hey Just add Text on String, and your tag format in the Flexy should be in String.
This will work out

Hi!

From Version 4.0.1 of ViewOn you can use String Tag’s.
(you should leave the Basic Part empty in that case)

for reading: you can just connect the String Tag.
For Writing: you need to go to Actions > new Action Send > String
in the Properties you should add the String Tag of the Ewon and leave the Basic Part empty.

If you want to use Basic (or before Version 4.0.1 of View on)
you empty the Basic section and only put:
for reading: viewon! = StringxxxTag@
for writing (in the Action Properties) StringxxxTag@ = viewon!

br
Franziska

Thanks Franziska_hms,

I will try your solutions!
Best Regards