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

LibraryCreate – PB Docs 2021 – PowerBuilder Library

LibraryCreate – PB Docs 2021

LibraryCreate

PowerScript function

Description

Creates an empty PowerBuilder library with optional comments.

Syntax

Argument

Description

libraryname

A string whose value is the name of the PowerBuilder
library you want to create. If you want to create the library
somewhere other than the current directory, enter the full path
name.

comments (optional)

A string whose value is the comments you want to associate
with the library.

Return value

Integer.

Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, LibraryCreate returns null.

Usage

LibraryCreate creates a PowerBuilder library file (PBL) in the
current directory, unless you specify a directory path as part of
libraryname. If you do not specify an extension, LibraryCreate adds the
extension .PBL.

Examples

This statement in Windows NT creates a library named dwTemp in the
PB directory on drive C and associates a comment with the library:

See also

LibraryDelete

LibraryDirectory

LibraryExport

LibraryImport


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