|
Make$ | ||
Result$ = Make$(RepeatString$, Amount) | ||
Parameters: RepeatString$ =The string you wish to repeat Amount = The number of times the RepeatString$ is used in the output string |
||
Returns: Result$ = The result of the string after being repeatable joined |
||
The Make$() function will create a repeated string from a string fragment. This is often useful when you want to format strings to a particular size and layout. FACTS: * None Mini Tutorial:
This example would output.
|
Related Info: | Left$ | Mid$ | Right$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |