Convert One Line List to Multiple Line in the Script
Hi Experts
Im Wondering How do I Convert Long List in My Script to Small One?, I have a list of numbers Look like :
MyList = ["1", "2", "3", "4", "5", etc to----> ,"1000"]
So it is so long in the script , So how i can make it appear divided in Multiple Lines? My Question is How to make the multiple return automatically (it will create multiple lines of the list) ?
Thanks in Advance
Best
M.Hasanain