OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


COPIES




 >>---COPIES(string,n)------><

COPIES returns n concatenated copies of string. n must be a nonnegative 
whole number. 
Here are some examples: 

COPIES('abc',3)    ->    'abcabcabc'
COPIES('abc',0)    ->    ''
  

Inf-HTML End Run - Successful