Re: [Tutor] Invoking a procedure with an uknown number of arguments...

2007-03-23 Thread Kent Johnson
Lars Erik Gullerud wrote: > Hello list, > > I have the following problem; I have a list with an unknown number of > strings, like so: > >MyList = ['string1', 'string2', 'string3'..'stringN'] > > Now, I need to call a procedure from a 3rd party module (which is just a > wrapper around a C l

[Tutor] Invoking a procedure with an uknown number of arguments...

2007-03-23 Thread Lars Erik Gullerud
Hello list, I have the following problem; I have a list with an unknown number of strings, like so: MyList = ['string1', 'string2', 'string3'..'stringN'] Now, I need to call a procedure from a 3rd party module (which is just a wrapper around a C library), where each of these strings must be