[ic] page tag question

Kyle Cook interchange-users@interchange.redhat.com
Tue Apr 9 23:34:01 2002


At 06:37 PM 4/9/02, you wrote:
>Hello
>
>ic 4.8.3  rh7.1
>
>I am trying to generate a call using the page tag like follows:
>
>[page [scratch tempvar]]more like this</a>
>
>but when using this in the flypage the [page] tag will not parse the 
>[scratch tempvar] variable.
>
>when i test just [scratch tempvar] by itself I get the expected result.
>
>I can probably find a way around this, but it seems odd.
>
>any suggestions?
>
>Thanks,
>Steve

Steve,

Try: [page href="[some_tag_to_interpolate]"]

Kyle