gmueller Apprentice
Joined: 06 Apr 2004 Posts: 173
|
Posted: Sun Jul 25, 2004 2:40 am
#MAPQUERY problem? |
Hi I cant seem to get this to work right...
#MAPQUERY {[Name] LIKE 'Entrance to the Medina.'}
it opens up an error window with the following error: Invalid bracketing of name [a.ObjId]
however,
#MAPQUERY {[Name] LIKE 'Entrance to the Medina%'}
works as expected, locating the name of the room in the list.
If i can i'd rather use the first one, as no wild card symbols are being used. Can anyone tell me what I'm doing wrong?
NOTE the following also works:
#SHOW %mapquery("[Name] LIKE 'Entrance to the Medina.'") |
|