DeathDealer Adept

Joined: 20 Jul 2004 Posts: 268
|
Posted: Fri Aug 06, 2004 5:01 am
database #query |
Have a room database set up and am able to search thru it with this code:
Code: |
#alias room
#QUERY (&Room =~ "%-1") |
Was wondering how I could get rid of that the first column of the output. It's just the database line, and I sure dont need it.
Code: |
13433 49 Wyrm street Underdark
13434 50 Wyrm street Underdark
13435 51 Wyrm street Underdark
13436 52 Wyrm street Underdark
13437 53 Wyrm street Underdark |
BTW: As a side question for the same code, if i were to do room tree the above info also comes up.
I had thought that by putting "%-1" it would pull up an exact match ONLY.
room tree
Result:
tree
NOT:
tree
a tree
green tree's
Wyrm street
Using 6.15.  |
|