Enigo Homepage
Client Login
User ID:
Password:

<STRING>

Return to Reference...

Property Description Default
value Invokes a method and replaces the <STRING> tag in the template with whatever is returned by the method. {oid} : The name of the method to invoke.

Within a template, @foo is a shortcut for <STRING oid="foo">. There's rarely a reason to not use the @foo type syntax.

Typical Usage:

The time is: <string oid="current_time">
The time is: @current_time
Return to Reference...
Do you have a comment or a suggestion?