Re: Replacing a vslice

new topic     » goto parent     » topic index » view thread      » older message » newer message

try this:

global function replace_vslice(sequence rep, sequence source, integer column) 
    for i=1 to length(rep) do 
        source[i][column] = rep[i] 
    end for 
    return source 
end function 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu