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