Field redistribution line by line

Frank Leahy frank at backtalk.com
Tue Jan 13 14:09:57 EST 2004


try this:

put fname & x into theFieldName
put tname & x into theValueName
put field theFieldName into value(theValueName)

On Tuesday, January 13, 2004, at 05:00 PM, 
use-revolution-request at lists.runrev.com wrote:

> This works well for the second half of the process,
> however, I still seem to need the "do" syntax for
> getting the line into the variable in the first half.  It
> is working, so I don't need to change it, but it is
> rather cumbersome.  In other words, if I reverse the
> above to:
> 	put fld (fname & x) into value(tname & x)
> it produces an error, with or without 'value'.



More information about the use-livecode mailing list