| Author |
Comment/Response |
littledrifty
|
08/31/11 11:48pm
is there a function that does something like this? I spent a half hour on virtual book without luck :(
abc={1,2,3,4,5,6,7,8,9,10,11,12}
function[abc,xyz,4]={1,2,3,4,xyz,5,6,7,8,xyz,9,10,11,12,xyz}
function[abc,zyx,2]={1,2,zyx,3,4,zyx,5,6,zyx,7,8,zyx,9,10,zyx,11,12,zyx}
as you can tell it just adds something every 2nd, 3rd, 4th, 5th space.
URL: , |
|