-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
function print_string_pos_1_4($string)
{
$retstr = $string[0] . $string[3];
return $retstr;
}
function print_string_pos_choice($string, x, y)
{
$retstr = $string[x-1] . $string[y-1];
return $retstr;
}
"buffchazen" <ge...@heavenlyfathersplan.com> schreef in bericht
news:3f7b4f92$1...@corp.newsgroups.com...