Archive of UserLand's first discussion group, started October 5, 1998.
Thanks David..
Author: Neil McLeish Posted: 10/7/1999; 2:35:50 PM Topic: How reuseable is your code? Msg #: 11837 (In response to 11830) Prev/Next: 11835 / 11838
Got it.We have a large database of users, containing all of their details.
What I needed to do was convert the existing data into a table of addresses of registered members (from a legacy site).
New members go into both tables as they use it.
For your information, the code I used is
on noEmail(tblAdr)
local(row)
local (rowName)
try
for row = 1 to sizeOf(tblAdr^)
mailAdr = nameOf(tblAdr^[row])
msg(mailAdr)
table.assign(( @n_tV.users.
[mailAdr]),@tblAdr^.[mailAdr])
noEmail ( @n_tM.users )Thanks again,
Neil J. McLeish
This page was archived on 6/13/2001; 4:52:58 PM.
© Copyright 1998-2001 UserLand Software, Inc.