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

FillA – PB Docs 125 – PowerBuilder Library

FillA – PB Docs 125

FillA DataWindow expression function

Description

Builds a string of the specified length in bytes by repeating
the specified characters until the result string is long enough.

Syntax

Argument

Description

chars

A string whose value will be repeated
to fill the return string

n

A long whose value is the number of bytes
in the string you want returned

Return Values

String. Returns a string n bytes long
filled with repetitions of the characters in the argument chars.
If the argument chars has more than n bytes,
the first n bytes of chars are
used to fill the return string. If the argument chars has
fewer than n bytes, the characters in chars are
repeated until the return string has n bytes.

Usage

FillA replaces the functionality that Fill had
in DBCS environments in PowerBuilder 9. In SBCS environments, Fill and FillA return
the same results.

See Also

  • Fill

  • FillA in the PowerScript Reference


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