setchar


Purpose
Set a character in a text.
Synopsis
procedure setchar(txt:text, index:integer, c:integer)
Arguments
txt 
A text object
str 
String
index 
Position of the character
Character code
Further information
If the index requested is after the end of the text, the text is expended as necessary and the newly created space is padded with the character which code is the parameter sys_fillchar.
Related topics
getchar, sys_fillchar


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.