Scripting what should be a simple loop...

Kay C Lan lan.kc.macmail at gmail.com
Sat Jul 10 02:02:16 EDT 2010


On Sat, Jul 10, 2010 at 11:37 AM, David C. <davidocoker at gmail.com> wrote:

>
> Column1--corresponds to->Field1--corresponds to--->tVar1--> is used by.....
> etc
>

Of course there's no reason you couldn't

col1 - original data
fCol1 - field
lfCol1 - label field
bCol1 - button
tCol1 - temp var
lCol1 - script local var
gCol1 - global var
cCol1 - custom prop

makes the dynamic movement of data from one object to another very easy -
especially when using arrays - and mantains a solid association of where the
data came from. Reduces the chance of naming conflicts.

HTH



More information about the use-livecode mailing list