Flatten a list: Difference between revisions

Content added Content deleted
mNo edit summary
Line 1,669: Line 1,669:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<land futurebasic>
<lang futurebasic>
local fn FlattenList( list as CFStringRef, unwantedCharacters as CFStringRef ) as CFStringRef
local fn FlattenList( list as CFStringRef, unwantedCharacters as CFStringRef ) as CFStringRef
NSUInteger i, count
NSUInteger i, count
Line 1,693: Line 1,693:
[1,2,3,4,5,6,7,8]
[1,2,3,4,5,6,7,8]
</pre>
</pre>




=={{header|Gambas}}==
=={{header|Gambas}}==