<i>I have a layer that have a field name ID. And I want to select the shapes
those have ID = 1 or 3 or 5. I use queryByAttributes(,,) but I'm getting
trouble with make QSTRING!</i>

You do the same:
$queryItem = 'ID';
$queryString = "('[ID]' in '1,3,5')";
queryByAttributes($queryItem,$queryString,MS_MULTIPLE);
Good luck ;-)


[b]ANYONE HAVE THE FULL DESCRIPTON OF QSTRING ????[/b]