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