From: That70sTick on
Perhaps write a program.

I once wrote a VBA program w/ a form w/ one textbox and a command
button. Enter the a character into the textbox, hit command button,
and get a message box that returns the ascii number of the first
character in the textbox.

You will need to use the ASC command.
From: Sam on
I got it to work, it needs three opening quotes and three closing
quotes. I tested it and it works fine.


SetSuccess = ModelDoc.AddCustomInfo3("", "Weight", swCustomInfoText,
"""SW-Mass(a)Part1.SLDPRT""")


Thanks for your help

Sam