Qstrcat

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

qstrcat <quote1> <quote2>

Appends the text of <quote2> to the end of <quote1>.

Unnecessary for most cases because it directly concatenates the quotes together without any space in between. To include space between the quotes, or to concatenate multiple quotes, use qsprintf. qstrncat can be used to appends text within a specified range.