hello, how can I find the proper syntax for adding the ascii value of a character an integer (lets call it offset) and then convert this new integer into the respective string (ascii code)?
in principle, char of (value of char+offset) - this is how I would describe it