kleer001 Posted September 18, 2008 Share Posted September 18, 2008 In the Font SOP, how do I make it print the ascii character of an integer? 1=A, 2=B, (or whatever offset in necessary) Or, how can I print out the uppercase alphabet with a circle, a copy, and a font? I'm pretty sure I used to know it, but I can't recall, and the hip file is long gone. Sad Quote Link to comment Share on other sites More sharing options...
Mario Marengo Posted September 18, 2008 Share Posted September 18, 2008 In the Font SOP, how do I make it print the ascii character of an integer?1=A, 2=B, (or whatever offset in necessary) Or, how can I print out the uppercase alphabet with a circle, a copy, and a font? I'm pretty sure I used to know it, but I can't recall, and the hip file is long gone. Sad Backslash. "\123" will print the character with decimal ascii value 123 Quote Link to comment Share on other sites More sharing options...
kleer001 Posted September 19, 2008 Author Share Posted September 19, 2008 Cool, that works for explicit numbers, but I can't seem to get it to work with expressions: \64 = a but \`stamp("copy1",letter,64)` = error or \ch("num") = ch("num") Same thing with doing any math to the number \66 = b \66+1 = b+1 So, no good. I need to print out the whole alphabet using numbers from a stamp input attribute in the copy SOP. Backslash."\123" will print the character with decimal ascii value 123 Quote Link to comment Share on other sites More sharing options...
kleer001 Posted September 19, 2008 Author Share Posted September 19, 2008 \\`33+1` Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.