@Quote

@QUOTE adds double quotes around a string.

DTP Type:

@QUOTE can be assigned to a DTP of type member, string, or password.

Syntax:

@QUOTE(String)

Parameter:

Parameter Description
String Design-time prompt or text

Example:

[Quote_St]=@QUOTE([String1])

Where:

  • [Quote_St] is a DTP of type string that is not a checked prompt.

  • [String1] is a DTP of type string that is a checked prompt.

Assume that the input for [String1] is "Yellow".

In this example, [Quote_St] returns "Yellow".