-- card: 9537 from stack: in -- bmap block id: 10919 -- flags: 0000 -- background id: 6859 -- name: Conjunct ----- HyperTalk script ----- on openCard put line 1 of cd fld date into line 2 of cd fld date put the date into line 1 of cd fld date if line 1 of cd fld date ≠ line 2 of cd fld date then conj end openCard on conj hide message box global ra,dec put "Mercury,Venus,Mars,Jupiter,Saturn,Uranus,Neptune" into planet set lockScreen to true set lockMessages to true go card Mercury put number of this cd into c1 go recent cd set lockScreen to false set lockMessages to false put cd fld threshhold into thresh put 0 into k put empty into cd fld conj put c1+6 into c2 repeat with i=c1 to c2 set cursor to busy put line 5 of fld Pos of cd i into item i-c1+1 of ra put line 6 of fld Pos of cd i into item i-c1+1 of dec end repeat repeat with i=1 to 6 repeat with j=i+1 to 7 get sqrt((item i of ra - item j of ra)^2+ (item i of dec - item j of dec)^2) if it