i want to break line for each result please check my events tell me what i have to do
like apple is green then break line
kiwi is white break line
and so on ,…
please help…link to text screenshot {to fix}
i want to break line for each result please check my events tell me what i have to do
like apple is green then break line
kiwi is white break line
and so on ,…
please help…link to text screenshot {to fix}
I think what you are referring to is NewLine().
What exactly do want to achieve in this code?
The action strings should be:
NewLine() + “text_here”
Example:
NewLine() + “Grasp is purple”
And I’m pretty sure what you meant was Grapes
thanks it worked