On Monday, January 21, 2019 at 10:36:54 AM UTC-5, Arne Vajhøj wrote: > 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 Thanks writev did it.