NAME

MovSignOccupiedByPlanet
Get the number of the sign occupied by a planet in movable (occidental) zodiac.

USAGE

MovSignOccupiedByPlanet nplanet

PARAMETERS

nplanet: is the number of the planet. Valid values are from 0 to 14

OPTIONS

None

RETURN

Return the number of the sign occupied by the planet. Return value is from 0 to 11.

EXAMPLE

foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14} {
    PutTxt [MovSignOccupiedByPlanet $i]
}

Remark:

Same as SignOfPlanet -mov

For difference between Fixed and Movable zodiac, see Proastro help.