Format

New(text, item1, item2, ...)

Args

  • text: Text to add to the query
  • item1, item2, etc.: Items that will replace question marks in text

Creates a new query and adds text by automatically calling Add(). See the Add proc for more information.

Call Execute() to run the query.

See also