|
tilin Newbie
Joined: 09 Feb 2005 Posts: 1
|
Posted: Wed Feb 09, 2005 11:42 pm
little help with zmud database |
Ok I opened a database on zmud 7.05 and wondering if theres a way to get it to report stats off items in game, like some one sends me a tell for stats of an item and a trigger or var that will get the items stats from DB and send a tell back to that person with the name and stats of that item?
|
|
|
|
crankhandle Newbie
Joined: 28 Sep 2004 Posts: 2
|
Posted: Wed Feb 09, 2005 11:54 pm |
I've got this problem also. Can read, capture and place info correctly into the records of a dbase with about 30 heading. I would like to be able to search the dbase in two ways. One column heading is keywords which has a string of words. I would like to search those keywords to return the record.
Crankhandle |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Thu Feb 10, 2005 9:39 am |
Take a look at the the %query function in the help. It takes an expression as its parameter and can use any other function in that expression, such as %pos, %match, and %if. While I never tried it you could likely even place an %exec directly in the %query to build a results variable and eliminat the need to loop through the query results.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|