Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > DQUOTE
|
|
Purpose
|
DQUOTE envelops a string with double quote characters.
|
Syntax
|
variable = DQUOTE (operand)
|
Operation
|
variable is the resulting string
operand is any valid alphanumeric string
|
Remarks
|
|
Example
|
$A = DQUOTE(“Hello World") ..........gives $A = "Hello World"'
|
Comment on this topic
Topic ID: 520047