Field redistribution line by line

David Squance squance at elkvalley.net
Tue Jan 13 11:47:01 EST 2004


Thanks, Klaus

>Try this (no need to do "do" ;-)

I seem to be doing quite a bit of do do  :)

>  put value(tname & x) into fld (fname & x)

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'.

Dave




More information about the use-livecode mailing list