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

White space – PB Docs 125 – PowerBuilder Library

White space – PB Docs 125

White space

Description

Blanks, tabs, form feeds, and comments are forms of white
space. The compiler treats white space as a delimiter and does not
consider the number of white space characters.

Usage

White space in string literals

The number of white space characters is preserved when they
are part of a string literal (enclosed in single or double quotation
marks).

Dashes in identifiers

Unless you have prohibited the use of dashes in identifiers
(see “Identifier names “),
you must surround a dash used as a minus sign with spaces. Otherwise,
PowerBuilder considers the dash as part of a variable name:

Examples

Example 1

Here the spaces and the comment are white space, so the compiler ignores
them:

Example 2

Here the spaces are within a string literal, so the compiler
does not ignore them:


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