write_n_chars


write_n_chars(str, start, end, s = current_writer())
      

Write the characters in the range start to end from the string str to the character output-stream s.

Return the number of characters written.

Also see:

write_char
write_byte
write_bytes
write_n_bytes


Core Module Index | Contents