Re: variable replacement in string [message #178029 is a reply to message #178027] |
Thu, 10 May 2012 21:06 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 5/10/2012 4:50 PM, The Natural Philosopher wrote:
> M. Strobel wrote:
>> Am 10.05.2012 15:11, schrieb The Natural Philosopher:
>>
>>> if you want to program in tcl., i suggest you use tcl.
>>>
>>> your example
>>> $t = ' - solved - ';
>>> $msg = 'The problem is $t';
>>>
>>> should be
>>> $t = ' - solved - ';
>>> $msg = 'The problem is'.$t;
>>> echo($msg);
>>
>> You cannot miss something you do not know it exists.
>>
>
> Of course you can. Don't be silly.
>
> I've missed loads of things that I didnt know about.
>
> Like the flight to Chicago. I've missed every single flight to chicago,
> ever. Most before I even knew there was one. :-)
>
>
>
>> /Str.
>>
>
>
Which makes the people of Chicago VERY HAPPY!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|