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

Functions – PB Docs 2019 – PowerBuilder Library

Functions – PB Docs 2019

Functions

All built-in PowerScript functions return a value. You can use the
return value or ignore it. User-defined functions and external functions
might or might not return a value.

To use a return value, assign it to a variable of the appropriate
datatype or call the function wherever you can use a value of that
datatype.

Posting a function

If you post a function, you cannot use its return value.

Examples

The built-in Asc function takes a string as an argument and
returns the Unicode code point value of the string’s first
character:

The SelectRow function expects a row number as the first argument.
The return value of the GetRow function supplies the row number:

To ignore a return value, call the function as a single
statement:


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