Re: Sequence Slicing (Was RE: Tough ciphers?)

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

Last try.....then Im going to bed.

sequence z

integer aout

integer lenx 

integer j

aout = a + 1
lenx = length(x)

z = repeat(0, lenx - aout)

j = 0

for i = aout to lenx do
     j += 1
     z[j] = x[i]
end for

x = z

Euman
euman at bellsouth.net

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

Search



Quick Links

User menu

Not signed in.

Misc Menu