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

 
 
 

Table of Contents

Index

Glossary

-Search-

Back