|
Pad$ | ||
result$ = Pad$(SourceString$, PadString$, Step) | ||
Parameters: SourceString$ = The string you wish to pad PadString$ = The character or word you wish to insert Step = The character step between insertions |
||
Returns: result$ = The new padded string |
||
The pad$() function will insert words of characters through a string. FACTS: * none Mini Tutorial:
This example would output.
|
Related Info: | Insert$ | Make$ | Replace$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |