convert array info into widget text

I have a string array that has some basic info I’m trying to put on a widget. How can I put all the array info in descending order in my widget?

I figured It out


You need to bind a text box, Inside the graph. Get the text array then make It a Local variable. reverse the local variable. Get the reversed array and use the “join string array” node. for the separator, click shift+enter 2 times to space the text by 1. then get the result from the “join string array” node and put it into the return node

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.