Is there a simpler way of retrieving a list of an object's instance variables and their values without having to manually create it like such: VariableName&"="&object.instancevariable&","&VariableName2&"="&object.instancevariable2....
It's a pain when an object has many variables that need to be put into such a format.
Develop games in your browser. Powerful, performant & highly capable.
If you need it in-game, I guess this would be the way, because you can easily adjust everything to look as you want it..
If just for testing purposes, using the debugger would probably be much easier..