1
Support / Re: Issue with maxvalues on Export
« on: October 07, 2010, 02:12:30 am »
I was able to figure it out...
actors.ptm
I get an extra comma at the end of the string of actors, but I guess I can live with it. Anyone know how to trim the last one?
Code: [Select]
<actors>{%value=actors template="pages\actors.ptm" maxvalues="3" params="full"}</actors>
actors.ptm
Code: [Select]
%HEAD%%HEAD%
{%param=name},
%FOOT%%FOOT%
I get an extra comma at the end of the string of actors, but I guess I can live with it. Anyone know how to trim the last one?