MAPQUERY

Syntax: #MAPQUERY where-clause

Searchs the map for rooms that match the "where-clause" and display the Find Room results screen. The where-clause is in the form of an SQL WHERE statement.

MAPQUERY Example

#MAPQUERY {[Name] LIKE '%street%'}

Displays all rooms that have the word 'street' somewhere in the room name. The Name field must be surrounded by brackets [] because Name is a reserved SQL word. Strings must be enclosed in single quotes. The % is the SQL wild-card character. See an SQL guide for more details on allowed syntax.



Contents #MAKEWINDOW #MARK