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

Passing arguments – PB Docs 2019 – PowerBuilder Library

Passing arguments – PB Docs 2019

Passing arguments

In PowerBuilder, you can define external functions that expect
arguments to be passed by reference or by value. When you pass an
argument by reference, the external function receives a pointer to the
argument and can change the contents of the argument and return the
changed contents to PowerBuilder. When you pass the argument by value,
the external function receives a copy of the argument and can change the
contents of the copy of the argument. The changes affect only the local
copy; the contents of the original argument are unchanged.

The syntax for an argument that is passed by reference is:

The syntax for an argument that is passed by value is:


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