StringTools[Fill] - generate a filled string
|
Calling Sequence
|
|
Fill( ch, n )
|
|
Parameters
|
|
ch
|
-
|
single character string
|
n
|
-
|
non-negative (32-bit) integer
|
|
|
|
|
Description
|
|
•
|
The Fill procedure generates a filled string from a specified length and fill character. The first argument is a fill character (a Maple string of length equal to one) used to produce the string. The second argument is the length of the string to generate; it must be a 32-bit integer.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?