Re: unusually obsessed

Date : Fri, 30 Jun 2006 11:14:01 +1000
To : XSI(at)Softimage.COM
From : porl <paulp(at)al.com.au>
Subject : Re: unusually obsessed
Lock up your daughters when these guys are in town!

Bernard Lebel wrote:

[ [ [ subsubword for subsubword in [
'I','think','I','too','am','bored' ] ] for subword in [
'I','think','Kim','is','bored' ] ] for word in [
'His','name','is','Kim' ] ]




On 6/29/06, Patrick Boucher <patrickb(at)buzzimage.com> wrote:

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


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

--- 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.