To concatenate a string representation of a number to a string:

mystring := mystring||to_char(mynumber);