User Tools

Site Tools


all_return_repeated_characters_.htm
Navigation:  Language Reference > 13 - Built-in Functions >====== ALL (return repeated characters) ====== Previous pageReturn to chapter overviewNext page

ALL(string [,length])

blk2blue.jpg

ALL Returns repeated characters.
string A string expression containing the character sequence to be repeated.
length The length of the return string. If omitted the length of the return string is 255 characters.

The ALL procedure returns a string containing repetitions of the character sequence string.

Return Data Type: STRING

Example:

Starline = ALL('*',25)    !Get 25 asterisks

Dotline = ALL('.')        !Get 255 dots

all_return_repeated_characters_.htm.txt · Last modified: 2021/04/15 15:56 by 127.0.0.1