Jump to content
C4 Forums | Control4

Announcement variables


MSI

Recommended Posts

Is it possible to build a string variable and show the contents in an announcement.

I want to create a variable string based on some conditions and have it show up on an announcement.

var1="DVR1 is currently in use in the "

var1="var1+", bedroom"

var1=var1+", kitchen"

Is this how you create this type of string variable ?

variables->var1= var1+bedroom (Are " " needed?)

Link to comment
Share on other sites


I will be interested to hear what the seasoned programming veterans have to say here.

From my tinkering around I think you will have to create a different announcement for each variable, but I could be wrong.

Link to comment
Share on other sites

No, there's no 'string building' functionality native in Composer programming.

You can create multiple variables, and set it to the one you want before triggering the programming, but you can't build the string from parts ATM.

RyanE

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.