Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > SQUOTE

 

 

Purpose

SQUOTE envelops a string with single quote characters.
 

Syntax

variable = SQUOTE (operand)
 

Operation

variable is the resulting string
operand
is any valid alphanumeric string
 

Remarks
 

 

Example
 

$A = SQUOTE(“Hello World") ..........gives $A = 'Hello World'

 

Comment on this topic

Topic ID: 520118

 
 
 

Table of Contents

Index

Glossary

-Search-

Back