[ic] sql-param containing quote char in a value tag

Rich Doughty interchange-users@icdevgroup.org
Tue Feb 4 05:00:01 2003


i've got code similar to the following:

[value name="foo" set="[sql-param bar]"]

all is fine unless bar contains a '"' character eg

if [sql-param bar] is
	21" widescreen

then
	[value name="foo" set="[sql-param bar]"]
evaluates to
	[value name="foo" set="21" widescreen"] - not good

i'm not sure of the internals of ic but it looks like the sql-param subtag
is just a straight text replacement, not like a normal tag.

is there any workaround for this problem?

cheers

  - Rich Doughty