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.4.11.47. word
Returns the
n
th whitespace-delimited word in the receiving buffer or the null string if the receiving buffer has fewer than
n
words. The
n
must be a positive whole number. This method is exactly equivalent to
receiving_buffer~subWord(n, 1)
.
Prev
5.4.11.46. verify
Up
Home
Next
5.4.11.48. wordIndex