CellSplitter Posted June 5, 2019 Report Posted June 5, 2019 Hey, i have a Problem. I have an Array. For Example: let Games = [730,440,4000] The Array Output looks like: 730,440,4000 But i want an Output like an List without comma and every Array Element in a new Line. That looks so: 7304404000 How can i solve this?Thx in advance ☺ Quote
CellSplitter Posted June 5, 2019 Author Report Posted June 5, 2019 (edited) Games.join("\n")Cool nice that works. Thx for this. Can u tell me how can i set for every element an • like • 730• 440• 4000 SOLVED Edited June 5, 2019 by CellSplitter Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.