home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SLY138.ZIP / SIY2LINR.BAS (.txt) < prev    next >
Encoding:
GW-BASIC  |  1992-08-07  |  735 b   |  4 lines

  1. 0  'Enter direction (as 0 to 360 degrees) and distance from land description<UNK! {000A}>SNORTH = distance north of beginning station, SEAST = distance east<UNK! {000A}>Plot on graph paper, connect the dots, this is the map, or plat, of the propertyThis is too easy for a 2-liner
  2. 1  D=0.0174533:PRINT"Instructions in SIY*.TXT<UNK! {000A}>Survey It Yourself:<UNK! {000A}>A Quick, Easy, & Inexpensive Preliminary Survey Using the Compass & Tape Method<UNK! {000A}>(c)1992, Dave Byter<UNK! {000A}>RENUM Fast Software<UNK! {000A}>1/2 Fast Road<UNK! {000A}>Ritner, KY  42639<UNK! {000A}>606/376-3137<UNK! {000A}>Go forth & exponentiate^<UNK! {000A}>No magic.
  3. 2  INPUT"Compass ($41)";CO:INPUT"Tape ($27)";TA:SN=SN+TA*COS(CO*D):SE=SE+TA*SIN(CO*D):PRINT"SNORTH =";SN,"SEAST =";SE:GOTO 2'<UNK! {000A}>This is interpreted BASIC. You need GWBASIC or BASICA or help. RESUMEWhat happened to the magic in line 1?
  4.