f# one list to another?

Posted by mamu on Stack Overflow See other posts from Stack Overflow or by mamu
Published on 2010-06-17T16:53:10Z Indexed on 2010/06/18 9:23 UTC
Read the original article Hit count: 327

Filed under:

I have a list of tuples with three values in tuples

I want to create new List of strings out of previous list with one value out of tuples.

List [(string * string * int) ]

List[ for i in columns -> i.getfirstvalueintuple]

How can i do that? very basic question but i can't figure it out.

Also is there any other way of building another kind of list or seq out of existing list?

© Stack Overflow or respective owner

Related posts about F#