REPLICATE( ) Function Example
CLEAR ?
REPLICATE(
'HELLO ',4
)
&& Displays HELLO HELLO HELLO HELLO