Skip to content
Prev 67726 / 398513 Next

function corresponding to map of perl

--- In reply to: ---
Here I made a mistake. I realised now that ``apply'' does the job,
e.g.
	apply( data.frame( 1:3 ), 1, paste, sep='', "X" )

Wolfram