NAME
NameOfSign
Get the name of a sign from its number
USAGE
NameOfSign nsign
PARAMETERS
nsign: number of the sign . Valid values are from 0 to 11.
OPTIONS
None
RETURN
Return a string being the full name of the sign
EXAMPLE
foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 } {
PutTxt [NameOfSign $i ]
}
Output
Aries
Taurus
Gemini
Cancer
Leo
Virgo
Libra
Scorpio
Sagittarius
Capricorn
Aquarius
Pisces