Re: unusually obsessed

Date : Thu, 29 Jun 2006 16:32:56 -0700
To : XSI_MailingList <XSI(at)Softimage.COM>
From : Greg Smith <greg(at)stanwinston.com>
Subject : Re: unusually obsessed
damn my syntax errors!!

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

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


On Thu, 2006-06-29 at 16:14 -0700, 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 ???")
> 
> 
> 
> On Thu, 2006-06-29 at 20:45 +0200, guillaume laforge wrote:
> > replyToKim("I don't", " what", " you mean ???")
> > 
> > function replyToKim(s1, s2, s3)
> > {
> >     var oAnswer = s1+s2+s3;
> >     Application.LogMessage(oAnswer)
> >     return 0
> > }
> > 
> > 
> > -- 
> > Guillaume Laforge
> > freelance TD | cg Artist
> > 
> > On 6/29/06, Rainer Schmidt <itrisk(at)gmx.net> wrote: 
> >         kim aldis wrote:
> >         >
> >         > How many people here find themselves inadvertently adding
> >         parentheses 
> >         > whenever they type 'selection'.
> >         >
> >         No :idea
> >         
> >         
> >         
> >         ---
> >         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.