Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Concatenation operator in DataWindow expressions – PB Docs 2019 – PowerBuilder Library

Concatenation operator in DataWindow expressions – PB Docs 2019

Concatenation operator in DataWindow
expressions

The concatenation operator joins the contents of two variables of
the same type to form a longer value. You can concatenate strings and
blobs.

To concatenate values, you use the plus sign (+) operator.

String expression

Value

“over” + “stock”

overstock

Lname + ‘, ‘ + Fname

If Lname is Hill and Fname is Craig, then “Hill,
Craig”

Using quotes

You can use either single or double quotes in string
expressions. For example, the expression “over” + “stock” is
equivalent to the expression ‘over’ + ‘stock’.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x