|
Iceclaw Apprentice
Joined: 11 Sep 2005 Posts: 124
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Thu Jan 19, 2006 11:45 pm |
yes, but in the helpfile this feature is worded rather poorly in the syntax outline (there's no problem with the text description, though it could probably stand for a revision to make it more clear).
Basicly, a %query() looks like this:
results = %query(&new = 1)
The above assumes the current database and searches the ALL view. %query() has an optional second argument that lets you specify the particular view of the database to search:
results = %query(&new = 1, "General Discussion")
Additionally, you can specify the exact database to look in as follows:
results = %query(&new = 1, "General Discussion|Zmud") |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Pseudo Wanderer
Joined: 25 Oct 2005 Posts: 99
|
Posted: Fri Jan 20, 2006 12:02 am |
Well worded question and answer. This is why he makes the big bucks!
|
|
|
|
|
|