On 1/21/2019 10:25 AM, Emilio Moreno wrote: > In turbo Pascal there is a function called str. > It converts an integer into a string. > Is there an equivalent in HP Pascal? One way is: writev(stringvar, intvar); Arne