mapJoin ( pre ; sep ; post ; str ; i ; values )
Combines multiple values into a single string
			 
  
  
  
  Average rating: 2.5 (2 votes)  Log in to vote
    Average rating: 2.5 (2 votes)  Log in to vote		
| belg4mit - Show more from this author | 
  Sample input:
				
			
					mapJoin("'"; ","; "'"; ""; 1; "foo¶bar¶qux")				
			  Sample output:
				
		
					'foo','bar','qux'				
			Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
