Hallo 1nelly1,
sollte so funktionieren
<!--spmacro:module(verfremdung)
sub produktmodifiziert {
my $beschreibungtext;
my $index = $_[0];
my $anzahl = $_[1];
if ($index <= $anzahl) {
$beschreibungtext = ssp::get_var_varticle('idescription',$index);
main::mprint ($beschreibungtext);
}
}
-->