$count = $count + 1 SHORTCUT: $count += 1 $count = $count -1 SHORTCUT: $count -= 1 or $string = $string + "Add text" SHORTCUT: $string += "Add text" Thanks Jeff _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
Is there a short cut in RB to do something similar to the following,
I have always wondered. I was hoping to stumble across the answer
shortly after using RB, but the shortly part has turned into many years:
- RB assignment operator shortcuts? Jeff Alberti
- Re: RB assignment operator shortcuts? Norman Palardy
- Re: RB assignment operator shortcuts? Hans-Georg
- Re: RB assignment operator shortcuts? Lars Jensen
- Re: RB assignment operator shortcuts? Andrea Suraci
- Re: RB assignment operator shortcuts? Hans-Georg
- Re: RB assignment operator shortcuts? Charles Yeomans
- Re: RB assignment operator shortcuts? Andrea Suraci
- Re: RB assignment operator shortcuts... Charles Yeomans
- Re: RB assignment operator shortcuts? Lars Jensen
