On Monday, January 21, 2019 at 3:26:00 PM UTC, 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? WRITEV ( str , value) or DEC ( value , length , digits ) might do it. Do a help pascal pred char and see what pops out.