[futurebasic] [FB] Apple address book

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2006 : Group Archive : Group : All Groups

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