Hi I'm trying to create a tool which will select a feature (point) by using a bookmark which has been previously set in another tool.From the Developer Help:object.Select ( Layer [,Bookmark] )
Doing:Map.Select ("Buildings", Application.UserProperties("bdgbookmark"))
results in an error for using parentheses in a sub.Map.Select "Buildings", Application.UserProperties("bdgbookmark")
just tells me there is a type mismatch.What am I missing?