realbasic-betas.mbox
[Top] [All Lists]

Ability to have more then one LValue

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: Ability to have more then one LValue
From: Mike Benonis <mbenonis_lists at mac dot com>
Date: 26 Jul 2002 18:23:14 -0400
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




<Prev in Thread] Current Thread [Next in Thread>