From: Ken Shmidheiser <kshmidheiser@...> Date: Fri, 20 Jan 2006 13:05:46 -0500
Oops, copy/paste error.
Change this line:
print "set addr to properties of address 1 of person 1"
to this:
print "set addr to properties of address 1 of person " + str$(who)
Sorry,
Ken