String (function)

<< Click to Display Table of Contents >>

String (function)

String(Num, Character)

Creates a string consisting of a specific character repeated n times.

Num is the desired number of repetitions.

Character is the character to be repeated.

See also: Space

Example:

Print String(80, ".")