[ic] Extra tag bracket?

David Christensen david at endpoint.com
Wed Sep 25 16:31:04 UTC 2019


> On Sep 25, 2019, at 10:43 AM, DB <db at m-and-d.com> wrote:
> 
>>> On Sep 25, 2019, at 11:36 AM, DB <db at m-and-d.com> wrote:
>>> Why does this:
>>> status = [data table_name column_name [value data session arg]]
>>> display, for example:
>>> status = value]
>>> Why is there an extra closing tag bracket?
> 
> 
>> There isn’t an extra closing tag bracket. There’s a closing bracket for the ‘data’ tag and a closing bracket for the ‘value’ tag.
>> Cheers,
>> Bill
> 
> Hey Bill haven't heard from you in awhile. Thanks for the reply. I get that the code doesn't have an extra bracket, but why does the result display with one? The page shows
> 
> status = value]
> 
> while I expected:
> 
> status = value

IC doesn’t parse positional nested tags in this way.  If you need nested tags you need to use the named attribute form of the tags; i.e. (handwaving the specific attribute names here).

[data table=table_name column=column value=“[value data session arg]”]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <https://www.interchangecommerce.org/pipermail/interchange-users/attachments/20190925/8b71ad98/attachment.sig>


More information about the interchange-users mailing list