Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.1.7.55. copies
Returns
n
concatenated copies of the receiving string. The
n
must be a positive whole number or zero.
Example 5.93. String class — copies method
Say
"
abc
"
~
copies
(
3
)
--> "abcabcabc"
Say
"
abc
"
~
copies
(
0
)
--> ""
Prev
5.1.7.54. containsWord
Up
Home
Next
5.1.7.56. countStr