@RemoveQuote

@REMOVEQUOTE removes a double quote from a string.

DTP Type:

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

Syntax:

@REMOVEQUOTE(String)

Parameter:

Parameter Description
String Design-time prompt or text

Example:

[RemoveQuote_St]=@REMOVEQUOTE([String1])

Where:

  • [RemoveQuote_St] is a DTP of type string and 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, [RemoveQuote_St] returns "Yellow".