Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ASCI Symbols

Former Member
0 Kudos

Hi. Is there some possibility to WRITE some symbols like for example in ASCII? I'm interested in sum-symbol. How can I print it to the screen? Greetings. P.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

Check this


include <symbol>.
write: / sym_right_hand as symbol,    " output as symbol
         'Tip, Note',
         sym_left_hand  as symbol.    " output as symbol

Check the include

aRs

Message was edited by:

1 REPLY 1

former_member194669
Active Contributor
0 Kudos

Hi,

Check this


include <symbol>.
write: / sym_right_hand as symbol,    " output as symbol
         'Tip, Note',
         sym_left_hand  as symbol.    " output as symbol

Check the include

aRs

Message was edited by: