r30 is now available for download.

On Sep 27, 2011, at 1:45 PM, Brad Perkins wrote:

> Yes, it would take some work to fix the template. The actual $format
> template is more complex and takes about a dozen parameters. That
> said, I tend to use the suggested method for most code.
> 
> Thanks,
> 
> Brad
> 
> On 9/27/11 2:39 PM, Aparajita Fishman wrote:
>>>> I've worked around the problem by converting any $ characters in the
>>>> comment to &#36 before calling param text. It turns out this is the
>>>> only place I use that command in this particular application.
>>> 
>>> Then there is:
>>> 
>>>     $input := "Pete's estimate was vague but < $100000"
>>>     $format := "<p>Response: {0}</p>"
>>>     write ($format %% ($input))
>>> 
>>> 
>>> Simple formatting operator without all the bells and whistles.
>> Agreed it's a better solution in general, but it's unlikely all of his 
>> current code will be changed.


Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to