Forum Discussion
RussStill
3 months agoCommunity Member
Concatenate Text Variables?
If you're familiar with the term concatenate, you know exactly what I'm asking for. Consider 3 string variables, L1, L2, and L3. String these together to produce W. L1 = a L2 = b L3 = c W = a...
AndrewHanley
3 months agoCommunity Member
Hi Russell, unfortunately as Sebastien rather bluntly says, there is no way to concatenate strings in vanilla storyline.
You would need to use a small quick piece of javascript to do that.
Are you comfortable with JS and know how to achieve that?