Right
Description
Crops the given string retaining the right most number of characters up to the specified count value. 
Definition
string Right( strin, count ) 
char* agk::Right( const char* strin, uint32_t count )
Parameters
- strin - The string to be cropped
- count - The number of characters to retain