cancel
Showing results for 
Search instead for 
Did you mean: 

how to display the special symbol "<" ?

tliao.1
Associate II

is there a way to show the "<" symbol on the screen? I used a wildcard and want the string show likes this "< <value> %", but the "<" symbol will never see, is someone knows how to do that? 

4 REPLIES 4
MM..1
Chief II

when enter in Designer you can try <<

but in C++ simply use this char as any other.

Romain DIELEMAN
ST Employee

Honestly an easy way to do this would be to use two text areas where you put the "<" in one text area and "<value>%" in another 😅

/Romain

thanks, sounds good and I will seriously consider this way.

Why not one area with

<< <value>%