NAME
FixLordOfHouse
Get the number of the planet being master (Lord) of a house.
(Sign and house in the same direction)
Please, use LordOfHouse instead.
USAGE
FixLordOfHouse nhouse
PARAMETERS
nhouse is the number of the house, from 1 to 12. House and sign are in the same direction around the zodiac, so house 2 is under horizon line.
OPTIONS
None
RETURN
Return the number of the planet. Return values are from 0 to 14
EXAMPLE
foreach {i} {1 2 3 4 5 6 7 8 9 10 11 12} {
PutTxt [FixLordOfHouse $i ]
}
Output
2
1
0
0
3
4
5
6
6
6
4
3