Archive of UserLand's first discussion group, started October 5, 1998.
Re: How to get the value of a table element?
Author: Neil McLeish Posted: 9/29/1999; 4:13:54 PM Topic: How to get the value of a table element? Msg #: 11622 (In response to 11599) Prev/Next: 11621 / 11623
One slight error Brian.
your line:
table.move (@tblUsersAdr^[row].personalInfo.password, @tblUsersAdr^[row].password)
should read:
table.move (@tblUsersAdr^[row].personalInfo.password, @tblUsersAdr^[row])
otherwise we get an 'object[password] not defined error'
Apart from that; Smashing. Saved me lots of work, thanks.
Neil :-)
This page was archived on 6/13/2001; 4:52:53 PM.
© Copyright 1998-2001 UserLand Software, Inc.