Re: unusually obsessed

Date : Thu, 29 Jun 2006 21:04:50 -0400
To : XSI(at)Softimage.COM
From : Patrick Boucher <patrickb(at)buzzimage.com>
Subject : Re: unusually obsessed
Greg Smith wrote:
this is faster if your used to python

def replyToKim(s1", s2, s3):
	oAnswer = ''.join([s1, s2, s3])
	Application.LogMessage(oAnswer)

replyToKim('I don't", " know what", " you mean ???")

This is my entry!

def replyToKim(*args):
    Application.LogMessage(''.join(args))

replyToKim("I don't", " know what", " you mean ???")

--
Patrick Boucher
TD - Coder - Resident geek
Buzz Image Group
Tel 514.848.0579
Fax 514.848.6371

www.buzzimage.com
www.xsi-blog.com
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.