Friday, April 13, 2007, 1:45:09 PM, Hans wrote:
> Install the new MarkupExpressions recipe
> http://www.pmwiki.org/wiki/Cookbook/MarkupExpressions
> and use {(substr {$ScriptUrl} 12)}
should be: {(substr "{$ScriptUrl}" 11)}
the "" are necessary, and the string character count starts with 0
~Hans