is it possible to concatenate strings of text to manually add color to a variable? I have a variable called "Colors" so i can change the color for example, one string for Colors is FF0000">
(the '+' show concatenation)
<c val=" + Colors + VariabletobeColored + </c>
i have tried this and for some reason it doesn't work
EDIT: sry about double posting i only have two questions and ill post them all in 1 in the future
Depending on what you're trying to do, you may not need to use data lists. There are a few functions in the trigger editor that return Color which may be of use to you.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
is it possible to concatenate strings of text to manually add color to a variable? I have a variable called "Colors" so i can change the color for example, one string for Colors is FF0000">
(the '+' show concatenation)
<c val=" + Colors + VariabletobeColored + </c>
i have tried this and for some reason it doesn't work
EDIT: sry about double posting i only have two questions and ill post them all in 1 in the future
Why don't you just use the function, Text With Color? You can store the colors in a variable if you like.
But to answer your question, yes, you can concatenate strings all you like using the Combine Strings or Combine Strings Multiple functions.
got it to work ty.
in the case of text with color, i heard that data lists are buggy and sometimes return random data instead of whats actually called.
Depending on what you're trying to do, you may not need to use data lists. There are a few functions in the trigger editor that return Color which may be of use to you.