How to show a blank Variable In Inputs Setting?

 

Looks simple, but how to code this blank Variable?

Thanks.

Files:
space.jpg  58 kb
 
Your image shows a string variable with the value redacted. No idea what you want.
 
William Roeder:
Your image shows a string variable with the value redacted. No idea what you want.

Maybe it will be clearer here


https://www.forexfactory.com/thread/1062279-how-to-show-a-blank-variable-in-inputs

 
lengendmt4:

Looks simple, but how to code this blank Variable?

Thanks.

You have to use „NO-BREAK SPACE“ (Left Alt+0160)

See an example:

input string s1   =  "";   // 

 
Petr Nosek:

You have to use „NO-BREAK SPACE“ (Left Alt+0160)

See an example:

Thanks man, it works!

Need to type the 0160 using the numeric keypad. :)

 
lengendmt4:

Thanks man, it works!

Need to type the 0160 using the numeric keypad. :)

Out of curiosity I also tried this NBSP character, but copy/paste from a Unicode site doesn't work. You really need to enter it via Alt-sequence into the editor.

Reason: