I've got it :")

<? checkvar  = 2 ?>
<? MACRO info BLOCK ?>
<? text1 ?> : <?item.title?><br>
<? text2 ?> : <?item.firstname?><br>
<? text3 ?> : <?item.lastname?><br>
.....................
<? END ?>
<?
SWITCH checkvar ;
 CASE 1; info(text1 => 'title', text2 => 'First name', text3 => 'Last
name');
 CASE 2; info(text1 => 'title2', text2 => 'Your First name', text3 => 'Your
Last name');
.........
END
?>


=====
iVAN
[EMAIL PROTECTED]
=====



Reply via email to