Multiple functions and format in a FOR LOOP

Hello,

I'd like to display stacked multiple consecutive events.

I then use fl(0,9,"i+1", "loop")

In the "loop" i'd like to use for example : "df(EEE hh:mm, ci(start, i)) ci(title, i)"

In addition, I'd like to use different format for df(EEE hh:mm, ci(start, i)) and ci(title, i)

Is it possible?

Thank you for your help ! :-)

Okay my bad... it's possible with a '+' in between each functions...

Format remains a problem, it's not unterstood at all...

Okay.....

I feel dumb.

Using + with BBC code was the solution. Actually this + solves every problem ^^