Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    4e6efa24
    Text: set a single char · 4e6efa24
    Jonathan Schöbel authored
    The function SH_Text_set_char allows to write a single character to a
    position, that already exists in the text. Thus overwriting another
    character. If the index is out of range, a value error is set and FALSE
    is returned.
    4e6efa24
    History
    Text: set a single char
    Jonathan Schöbel authored
    The function SH_Text_set_char allows to write a single character to a
    position, that already exists in the text. Thus overwriting another
    character. If the index is out of range, a value error is set and FALSE
    is returned.