Thank You the formatting worked. On Nov 28, 11:17 pm, Nick <[email protected]> wrote: > This will error as SetText takes a string and you are feeding it a > set. > Either cast participants to a string: str(participants) or "%s" % > participants > or you could use the opportunity to format it a bit better at the same > time > "\n".join(participants) > > On Nov 29, 8:07 am, Bryan <[email protected]> wrote: > > > This is what I have so far but it returns nothing. I realize that > > getparticipants() returns a set but I can't seem to access it by set > > [1] either that doesn't work. What exactly do I do to get to get the > > participants as a string. > > > root_wavelet = context.GetRootWavelet() > > participants = root_waveletgetParticipants() > > root_wavelet.CreateBlip().GetDocument().SetText(participants) > > > thnx, > > Bryan
-- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
