Hi All.

I'm new in Moin and Python and I'm facing some problems that I think is very 
simple.

I have a list "aaa bbb ccc ddd eee" that I print with this command: 

    lista = "aaa bbb ccc ddd eee"
    return macro.formatter.text("%s" % (lista))

The result is:

    aaa bbb ccc ddd eee

But I need to print this like:
    
    aaa
    bbb
    ccc
    ddd
    eee


I don't know how to print like this.
Could someone help me ?

Thanks

Marco




      Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to