Message Boards Message Boards

0
|
3234 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

Is FlattenAt the tool for this??

Posted 11 years ago
I must say that i come across the problem I thought it was a snap for me but it was not . The thing is that i have a list :
 {{1267, {String, Integer, Real, Real, Real, Real, Integer,
    Integer}}, {900, {String, Integer, Real, Real, Real, Real, Integer,
     Integer}}, {500, {String, Integer, Real, Real, Real, Real,
    Integer, Integer}}, {1567, {String, Integer, Real, Real, Real,
    Real, Integer, Integer}}, {200, {String, Integer, Real, Real, Real,
     Real, Integer, Integer}}, {550, {String, Integer, Real, Real,Real,Real,Integer,Integer}} 
  and I want to consolidate  it  to have a following form :
 {{1267, String, Integer, Real, Real, Real, Real, Integer,
    Integer}, {900, String, Integer, Real, Real, Real, Real, Integer,
    Integer}, {500, String, Integer, Real, Real, Real, Real,
   Integer, Integer}, {1567, String, Integer, Real, Real, Real,
   Real, Integer, Integer}, {200, String, Integer, Real, Real, Real,
    Real, Integer, Integer}, {550, String, Integer, Real, Real,
   Real, Real, Integer, Integer}}
 
Is it  " flattenat " that should be used ??
POSTED BY: Artur Kotarski
2 Replies
Flatten /@
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract