I have a little problem. My output is showing me an adress in memory to table instead of table after command print(myTable) doesnt matter what is in this table. I run same project on another computer and print me normal showing table. I know in the past this command print just address in memory same as now for me. And also it worked for me too but something changed. I tried reset all studio settings but this doesnt helped me.
You can’t print the table using print(mytable), if you’re trying to print the values, strings inside the table you would have to make a for loop
I’m sorry if i don’t understand what you’re saying
Can I please see your script? I think I know the problem. Delete the print you have then put a few lines under the current code, then right the lines shown:
I haven’t option with new output or something like that. And I don’t understand how is possible that it worked before and not for now. Its really weird.
And also for people who write to make it through loops, yes I know and thank you for your advice but it worked properly without it before.