> -----Original Message-----
> From: Navid M. [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 18, 2003 7:49 AM
> To: [EMAIL PROTECTED]
> Subject: Evaluating parts of a string
> 
> 
> Hello,
> 
> I was wondering how you can evaluate parts of a
> string:
> 
> Ex: $fileName = "File";
>     $var = '1>>$fileName';


Do you just mean something like:

$filename = "File";
$var = "1>>$fileName";

? Notice the double quotes (which means "put the value of $fileName") on the second 
line.

--------------------------
David Olbersen 
iGuard Engineer
11415 West Bernardo Court 
San Diego, CA 92127 
1-858-676-2277 x2152

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to