Advanced Get_Dir

by AJX
A more dynamic and informative version of the built in get_dir() proc
ID:126906
 
This lib provides two procs that offer alternatives to the built in get_dir().

The first option (Get_Dir) is more specific, including 16 directions such as
North by Northeast, West by Southwest, and the 8 base directions.

The second option (Get_dir) only returns the 8 base directions, organized in a different way.



Traditional get_dir():

NW | N | NE | NE | NE
NW | N | NE | NE | NE
W | X | E | E | E
SW | S | SE | SE | SE
SW | S | SE | SE | SE

Get_Dir():



Version History:
0.1: First public release