 |
|
Veteran Member
Join Date: Feb 2007
Location: Tennessee
|

12-20-2008
, 13:34
Re: Cut String
|
#5
|
Quote:
Originally Posted by SchlumPF*
PHP Code:
stock first_char_to_last_char( const input[], output[] )
{
format( output, strlen( input ), "%s%s", input[1], input[0] );
}
|
PHP Code:
stock first_char_to_last_char( const input[], output[] )
{
format( output, strlen( input ), "%s%c", input[1], input[0] );
}
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw
I love you exolent!
|
|
|
|
|