in reply to Re^13: chopping a string into slices - is there a more elegant way to do it?
in thread chopping a string into slices - is there a more elegant way to do it?

Exactly. But, the choice of list assignment is happening at compile time and therefore is independent of context.

You have been saying this without my understanding because I was missing when the list assignment was chosen instead of scalar assignment.

Like most important points, yours is immediately obvious once I understood my invalid assumption.

As I said, this has been a most enlightening discussion. Thank you.

G. Wade