On Mar 29, 2011, at 2:03 AM, DougEdmunds wrote: > Is there a way to get to the name of a temporary variable used in a method > to show it in a Transcript without putting it in a string? > > someMethod > |builder| > builder := #( 1 2 3). >
you can ask the context for all defines temps and take the first: thisContext tempNames first -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
