Debugging using PRINT statements
|
12-18-2018, 11:15 PM
Post: #1
|
|||
|
|||
Debugging using PRINT statements
It's quite useful to sometimes put lines like
Code: PRINT("Var="+var); This is great except for when var is a list, e.g. {1,2,3}, because then the output is Code: {"Var=1","Var=2","Var=3"} Has anyone found a simple work-around that prints the list as a list? Or even a way of getting PRINT() to not start a new line each time? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Debugging using PRINT statements - BruceH - 12-18-2018 11:15 PM
RE: Debugging using PRINT statements - Jacob Wall - 12-19-2018, 04:07 AM
RE: Debugging using PRINT statements - Komanguy - 12-20-2018, 03:28 PM
RE: Debugging using PRINT statements - BruceH - 12-21-2018, 10:30 AM
|
User(s) browsing this thread: 1 Guest(s)