>> 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