Re: splitting to sublist - HELLPPPP

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

thank you all for your replies. i thought i described i well - but you are all correct.

petelomax:

thank you for the code, this is almost what i need.

object val = {{1000,90},{1002,80},{1002,90},{1002,90},{1002,90},{1002,80},{1002,90},{1002,90},{1002,80}} 
object ors = {} 
 
for i=1 to len do 
  if val[i][1] = 1002 then 
    ors &= i 
  end if 
end for 

i find the or's and they are:

  ors = {2,3,4,5,6,7,8,9} 

for anther case,

val = {{1000,90},{1002,80},{1000,90},{1000,90},{1002,80},{1000,90},{1000,90},{1002,80}} 
ors = {2,5,8} 

and that will unfortunately not work.

on another side i had an ssd crash of my drive c: (is all of the ssd) while editing with edita. the computer froze and edita (installed on another drive that works fine) left all the files (open tabs) filled with zeros. a lot of work lost, i was doing a ceemd and had it running, what a s..t. as soon as i get to that again, i will share that. it is really neat stat analysis.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu