Hi,<div><br></div><div>In a function I'm writing, I want to pass in multiple lists. Is my instance, one is a list of include folders and the other is a list of object files.</div><div><br></div><div>From what I can tell, I need to explicitly pass the size of each of these lists so the function can know where one list ends and the other starts. Is this right?</div>
<div><br></div><div>Assuming this, I tried to use the "wordlist" function to extract the correct range from the "arg" parameter, depending on the lengths given. The problem I ran into with this is I need to do addition, which I realized I don't know how to do in a cookbook.</div>
<div><br></div><div>So two questions:</div><div>1) If passing lists to a function, do I need to explicitly pass the lengths of the lists, or is there some better way?</div><div>2) Can I do numeric algebra in cookbooks? If so, how?</div>
<div><br></div><div>Thanks!</div><div><br></div><div>Kyle</div>