I am creating a newslist, and would like to show only the first 150 chars of a string coming from a tag. The item tag is
<!--@ItemPublisher:Item.Innihald.Value-->
And i would hope to be able to do something like this
<!--@ItemPublisher:Item.Innihald.Value.Limit(150)--> or <!--@ItemPublisher:Item.Innihald.Value.Length{150}-->
this has to be possible, yes?