Use ASCII character code in Strategy
Author: Starburst
Creation Date: 7/8/2018 4:34 PM
profile picture

Starburst

#1
Can I use ASCII code in code in a script?
How would I be able to convert ASCII code into my text or string?
profile picture

Eugene

#2
Sure you can: https://www.dotnetperls.com/ascii-table

What are you after?
profile picture

KGo

#3
If code is numeric maybe:
https://forums.asp.net/t/1717751.aspx?Convert+from+string+to+ascii+from+ascii+to+string
CODE:
Please log in to see this code.
profile picture

Starburst

#4
I would like to use the ASCII code ( 8743 ) which is the Logical AND, or wedge symbol in my script as text. This should produce a upside down letter V.
profile picture

Eugene

#5
You need to convert the ASCII to hex code which is 2227 (for example on this site), then it gets simple. Here's your upside down V:

CODE:
Please log in to see this code.
profile picture

Starburst

#6
Thank you!
profile picture

Eugene

#7
Glad to help you.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).