NAME
ZeroYear
Get the year the moved and fixed zodiac were at the same place, for the current horoscope or from Proastro Options.
USAGE
ZeroYear [-global]
PARAMETERS
None
OPTIONS
-global:
If given, the ZeroYear retrieved is the one found in the Proastro Astrology Options
Dialog.
If not given, the ZeroYear retrieved is the one stored in the current horoscope file.
In this case, a valid current horoscope must be opened.
RETURN
Return the decimal year supposed to be the moment when coincidence between fixed and movable zodiac took place.
Note:
if -global is not given, this value is returned from the current horoscope file.
If, after the horoscope has been saved to disk, you have changed the Zero Year in the
Proastro Options menu,
calling ZeroYear without the -global option in a TCL script will not return the
actual Zero Year value, but the one that was saved with the horoscope file.
EXAMPLE
if (![SetCurrentHoroscope])
{
return
}
PutTxt [ZeroYear]
PutTxt [ZeroYear -global]
# Zero Year has being changed to 200 if Proastro Options
PutTxt [ZeroYear]
PutTxt [ZeroYear -global]
Output
-145
-145
-145
200