15.05.2011, 15:01
I need a function that can remove two characters from the end and two characters from the start.
like that:
RemoveCharacters(0x33AA33AA);
And the function will return 33AA33.
like that:
RemoveCharacters(0x33AA33AA);
And the function will return 33AA33.