ASCII
Getting Started
Module : ASCII
On this page you will learn how to use ASCII module Please read the documentation entirely if you want to really use it for your projects
Note
This module might be difficult to understand if you dont know how to work with buffer.
Basic
Let's convert a string into a ASCII Formula
StrASCII only accept string as a argument and valid ASCII Character and return a array of number representing each character in the ASCII Formula
You can also convert an array of numbers represented in ASCII Formula. for exemple lets the result in the last back to a string.
In this module you are also be able to convert number to a binary buffer and redo the convertion of that .
Binary
First lets do the same has the first exemple about binary
For more complex exemple of binary convertion etc please Advanced Binary tab
Advanced Binary
while converting number when calling BinaryNumber into a binary buffer you are also able to pass an array of number and it will return an array of buffer that each buffer contain the converted number
You can also convert the array of buffer into a number