Jump to content

Recommended Posts

Posted

How would I write superscript and subscript text in my script. There are unicode superscript text but there is no superscript letters and symbols I need. Can someone please help me?

Posted (edited)

If you're entering 'simple text' your options are only whatever characters and symbols are defined in the character set you're using (http://www.alanwood.net/unicode/superscripts_and_subscripts.html shows the ones avialable in the standard windows unicode).

Realise that anything other than that is not 'plain text'. Software applicatoins allow you to type superscript and such, but only in the context of that applciation (try saving a MS Word document that has suberscript in it as a .txt file).

There may be somthing you can do depending on your specific case though... Can you give more detial on that?

Edited by evilertoaster
Posted

I am making a list view that contains things like temperature and heat capacity.

This is one of the items in my list view:

It looks like this:28.836 J·mol−1·K−1

What it should really look like is the −1 are superscript

Posted (edited)

I just tried it and it came out to be a regular 1 and not a superscript 1.

GUICtrlCreateListViewItem("Electron Config|1s" & Send("{ASC 8321}"), $HDataGeneral)

I also tried it with Microsoft Word and it also came out to be a regular 1.

Edited by jercfd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...