You are not logged in.
Amazingly, I do not use specs.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Ah...I see your problem! You need them!!
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
'Flatten' is something I often overlook until I've exhausted all other ways of successfully performing an operation on nested elements.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
I agree,you should try to generate the list with the proper structure first.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi Bobby;
Did you deliberately misconstrue the intended meaning of my unintentionally ambiguous statement? If so, I think we're on the same team!
I meant overlook as in fail to consider.
I don't know enough M to go the way of proper structure most of the time, so when it occurs to me to use Flatten, I do.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
That is odd, Flatten is in almost everything I do.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I could've saved a lot of time if I'd thought of doing the same!
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
That is always a tradeoff, a simple solution that you can code up quickly but may not be elegant or a smarter one that is, but takes more time to think of.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline