On May 09, 2006, at 10:44 AM, Jeff Alberti wrote:

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:


$count = $count + 1
SHORTCUT: $count += 1

$count = $count -1
SHORTCUT: $count -= 1

or

$string = $string + "Add text"
SHORTCUT: $string += "Add text"

No
_______________________________________________
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>

Reply via email to