Append a character to the end of a string.
Requirements
Examples
#include <libs/basic30.bas> Dim st(10) as String st="Test" appendc(st,"x") ' st = "Testx"