Skip to main content
S_ A
Inspiring
November 29, 2023
Answered

How to write expression in such case-2

  • November 29, 2023
  • 1 reply
  • 290 views

Hi, 

 

I was playing with expression.

 

Suddenly I think of something and wanted to see if I can do that.

 

So generally we take a text layer and write something and then convert it into mathematics. I took a text layer, write an alphabet/word then math round, slider control, and wrote expression and I was happy. All was okay. But suddenly I think what if I want a space between the digit and the percentage? What I have to do then? I was very confident that if I write two alphabets and put a space between them like ‘a b’ instead of a single word or alphabet or if I write ‘ab’ and then put a space after them, then I have space between the digit and percentage. Guess what? Like always it didn’t work. So What I should do or write in coding if I want a space between the digit and ‘%”?

 

This topic has been closed for replies.
Correct answer Dan Ebberts

I think you just need to use:

a + " %";

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
November 29, 2023

I think you just need to use:

a + " %";

S_ A
S_ AAuthor
Inspiring
November 29, 2023

😮 😮 😮

so easy!!

Why didnt I think of that!! 😮 😮 

 

Thank you so much.