Hello,
I'm trying to show text, entered with BBcode editor, using macro and in documentation is says that I should use ResolveBBCode method. Here is my macro:
ResolveBBCode(CurrentDocument.ContentEntry)
And here is what I'm seeing in macro's debug info:
Error while evaluating expression: ResolveBBCode(CurrentDocument.ContentEntry)|(user)administrator|(hash)f6844dbce7d87e55f79f530e0e8363b43379f51089410ebdc2e616032d2210f6 [MacroExpression.Evaluate]: Method ResolveBBCode has invalid number of arguments.
In popup box it shows that ResolveBBCode accepts one argument - string. Also I tried to call in like that and got same error:
ResolveBBCode(" \[b\] test \[/b\] test")
(Sorry, seems like I can't insert last example without escaping '[' with '\[')
Is that a bug?
Thank you.