Free-Conversant Support / Message Conditional Macro: msg.isBound
 Home   About Conversant   Free Sites   Hosting   Support   XML-RPC 

Search



Documentation >> Conditionals >> Messages >> msg.isBound

Message Conditional Macro: msg.isBound

Operators:

  • no operators

Usage Notes

  • Determines if the current message is bound to at least one URL (that is, if it is published).
  • This is a unary macro, meaning it uses no operators.

Examples

In this example, the second line will be seen because the message used to create this page is a response to another message.

<!--#if condition="msg.isBound"-->

1. This message, #<!--#msgNum-->, has been published, it is bound to the URL: <!--#msgBoundURL--> .

<!--#else-->

2. This message, #<!--#msgNum-->, has not been published.

<!--#endIf-->

See the above code in action, here:

1. This message, #6101, has been published, it is bound to the URL: http://support.free-conversant.com/docs/conditionals/msg/isbound .
View in DG