Algorithm only of numbers
#3

You can use this table to see the values of each character and then make a custom function: http://www.asciitable.com/

Here is the format of the function (I cannot be bothered to do the whole thing):
pawn Код:
SymbolToASCII(char)
{
    switch(char)
    {
        case ' ': return 32;
        case '!': return 33;
        // etc....
    }
    return -1;
}
Reply


Messages In This Thread
Algorithm only of numbers - by zopert - 31.01.2013, 18:46
Re: Algorithm only of numbers - by zopert - 31.01.2013, 19:37
Re: Algorithm only of numbers - by Bakr - 31.01.2013, 19:46
Re: Algorithm only of numbers - by zopert - 31.01.2013, 20:01
Re: Algorithm only of numbers - by Bakr - 31.01.2013, 20:13
Re: Algorithm only of numbers - by zopert - 31.01.2013, 20:42
Re: Algorithm only of numbers - by Bakr - 31.01.2013, 21:38
Re: Algorithm only of numbers - by zopert - 01.02.2013, 07:01

Forum Jump:


Users browsing this thread: 7 Guest(s)