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 = abc
Any way to do this within SL?
- Seb-DaubertCommunity Member
yes...Learn JAVASCRIPT!
- AndrewHanleyCommunity 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?
- RussStillCommunity Member
Yes, I know it can be handled in JS, but it seems like such a logical need that I was hoping there was a built-in way to do it.
- AndrewHanleyCommunity Member
Yeah I understand.
Unfortunately not yet.
- Seb-DaubertCommunity Member
- Seb-DaubertCommunity Member
it's js :/