Skip to content
Prev 44405 / 398506 Next

In praise of ->

You can do this just as easily in two ways:

1. IforgotThis <- .Last.value   [This always works, even if command editing
is not available.]

2. If command line editing is available, hit [up-arrow], [home] (or ctrl-a)
then type IforgotThis = ...
This is also easily accomodated w/o the use of ->:  Instead of 

MyValue -> fred
[code that follows]

use:

fred <-
MyValue
[code that follows]

Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}