Smalltalk
›
Pharo
›
Pharo Smalltalk Users
Search
everywhere
only in this topic
Advanced Search
2d array gtInspectorPresentationOrder::
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
Ben Coman
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
2d array gtInspectorPresentationOrder::
What are the options for the Inspector to show a 3 x 3 array. For example...
a := Array2D rows: 3 columns: 3 tabulate: [:r :c | (r * 10) + c ].
a inspect.
cheers -ben
Free forum by Nabble
Edit this page