Returning the Keys

2008-12-07 Thread Marcus Lindley
How do I put a lineOffset into an array and return them with other keys? I've tried this: function myFunction myVariable repeat for each line thisLine in myVariable put lineOffset(myline,myVariable) & return into myArray[linenumber] -- trying to return the lineOffset for the unique l

Re: Returning the Keys

2008-12-07 Thread Jan Schenkel
--- Marcus Lindley <[EMAIL PROTECTED]> wrote: > How do I put a lineOffset into an array and return > them with other keys? > > I've tried this: > > function myFunction myVariable > repeat for each line thisLine in myVariable > put lineOffset(myline,myVariable) & return > into myArray[