 |
Articval Novice
Joined: 01 Jun 2005 Posts: 47
|
Posted: Tue Oct 14, 2008 6:58 pm
Getting info from database (fast&easy) |
Hi!
This must be so easy but i have being reading all the afternoon about it,cant find it and does not work for me!!
I want to know the value stored in the item number 272 on the eq database, on the field "name"
Should i see it with:
#echo 272eq.name
or
#echo @272eq.name
??
cant do it,someone knows how to? thankyou!! |
|
|
 |
Vijilante SubAdmin

Joined: 18 Nov 2001 Posts: 5187
|
Posted: Tue Oct 14, 2008 7:02 pm |
The database character should work for this if you haven't changed or disabled it.
#echo &272eq.name |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
 |
Articval Novice
Joined: 01 Jun 2005 Posts: 47
|
Posted: Tue Oct 14, 2008 7:10 pm |
That didnt work (probably i didnt express myself clear, sry for my english),but I finally got it:
#echo %db( 175eq,name) will do the trick :)
Thx for the answer anywa Vijilante
 |
|
|
 |
|
|