Again, thanks for your help
Now I have the solution I need.
$S{
if (getVariable("first")==1)
{
setVariable("first","2");
"My Text"
}
else if (getVariable("first")==2)
{
setVariable("first","0");
"second Line Text"
}
else
"";
}
now i have to figure out how to display the second line even if only one data is given