Public Function SpellDirection( _ ByVal vDirection As Variant _ ) As Variant
SpellDirection("W") = "West" SpellDirection("NE") = "North-east" SpellDirection("SSW") = "South-south-west"See also:
DegreesToDirection Function DirectionToDegrees FunctionvDirection: String containing an abbreviation for one of the 16 possible compass directions. Function returns Null if vDirection is Null of cannot be fixed up to a String. These are the well-formed directions accepted by this function: E, ENE, ESE, N, NE, NNE, NNW, NW, S, SE, SSE, SSW, SW, W, WNW, and WSW.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.