Summary: Ability to have more then one LValue
Product: REALbasic
ProductVersion: 4.5.0
Component: Application
Severity: Feature Request
CC: realbasic-dr at lists dot realsoftware dot com
Reproduce:
Reproducible: Always
OSVersion: 10.1.5
CPUType: PPC
SubmittedOn: 7/26/02 at 6:23 PM
REALbugsVersion: 1.4.2
Description: I'd like to have the ability to be able to specify more than one
LValue in one expression to recieve a given value. This allows for less errors
from having to specify an RValue more than once (especially if that expression
is changed). It could look something like one of these:
ST1.Text, ST2.Text = "This is a test"
ST1.Text; ST2.Text = "This is a test"
WorkaroundNotes: Have multiple lines of code
Workaround: 1
|