Plus sign as Subscript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Plus sign as Subscript
- Labels:
-
Installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In math regions: Use ^
In text regions: Press = while holding down the ctrl key
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
using ^ causes it to be a superscript. I essentially use want to use the + as a symbol and not an operator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ooooh I misread subscript as superscript because you kept talking about + and my mind associates those with superscripts.
Okay, so you want the + sign as a character, not as the math operator used for adding things. For example, like in a variable name, Variablevar+hello.
In that case.. you can't do that unless you do something goofy like use an alternate plus sign that isn't the + on your keyboard, like the ➕emoji, because that's just how variable naming rules are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Normally you can get (almost) character in a variable by first naming the variable as a string (so within double quotes) and you can use the ordinary + :
Then you delete one quote (the other quote disappears with it):
Then you can give it a value:
and you can use it in an expression:
However, this does not work with a (literal) subscript, because you cannot create a string with a subscript, and you cannot change existing parts of a variable name to subscript.
It can be done with an index though, using the string trick as above, defining the index first as a separate variable that you then copy and paste to an index placeholder:
But you have to realise that the index Index+addon is a separate value that Prime will want to have a numerical value.
Success!
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Eg:
Type V
CTRL underscore to invoke subscript.
USE ALT 197 (etc) for other subscripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @PS_12920773,
I wanted to see if you got the help you needed.
If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation.
Thanks,
Anurag
