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