Feb 14, 2006 #1 Joerg2 Programmer Aug 2, 2005 7 DE Hello, is there a way to convert an integer-(ASCII-)value into a string? Something like /myinteger 65 def /str 1 string def "cvis" myinteger str % should place (A) on the stack or in a variable. But unfortunately the cvis command does not exist. Regards Jörg
Hello, is there a way to convert an integer-(ASCII-)value into a string? Something like /myinteger 65 def /str 1 string def "cvis" myinteger str % should place (A) on the stack or in a variable. But unfortunately the cvis command does not exist. Regards Jörg
Feb 14, 2006 1 #2 SJProuty Programmer Nov 12, 2002 14 US Read about the "put" command in the PostScript Language Reference Manual... Thanks Scott Prouty Upvote 0 Downvote
Feb 14, 2006 Thread starter #3 Joerg2 Programmer Aug 2, 2005 7 DE Great! Thank you very much. Upvote 0 Downvote