sanchahar / speedcrunch

Automatically exported from code.google.com/p/speedcrunch
1 stars 0 forks source link

ascii value and conversions #508

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add a function that reports the value of the specified ascii character.
For example
ascii('A') 
=65

If we want to expand it further we can consider processing full strings and 
using speedcruch as utility for conversion.
example

asciiTohex("HELLO")
= 48 45 4C 4C 4F

Original issue reported on code.google.com by ichi...@gmail.com on 23 Jun 2014 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by helder.p...@gmail.com on 28 Nov 2014 at 5:19

GoogleCodeExporter commented 9 years ago
Issue 539 has been merged into this issue.

Original comment by helder.p...@gmail.com on 28 Nov 2014 at 5:19

GoogleCodeExporter commented 9 years ago
This would be a very helpful feature, saving me the time consulting the ascii 
table.

Original comment by maurosma...@gmail.com on 16 Feb 2015 at 4:04