simple string operation question

From: PsychoTekk .de <psychotekk@dont-contact.us>
Date: Mon, 02 Sep 2002 18:01:49 +0100

hi all,
i try to put some data into the string "email_data":

static char **email_data = NULL;
email_data = "?subject=CacheErrorInfo%20-%20", errorPageName(err->type),"&body=CacheHost%3A%20",getMyHostname();

now in perl the "," between the single elements would be fine
to add them all to this one string, but i only get
"?subject=CacheErrorInfo%20-%20" into email_data.

do i have to use another operator or is it just not possible
to put errorPageName(err->type) into a string this way?
if so, what type would i have to declare email_data as to
make it work?

thanks in advance!
 Clemens

-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Received on Mon Sep 02 2002 - 11:09:18 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:25 MST