You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just to add that another option is just to compare strings...

    t = tab1mAlpha.map(x=>x.toString())
    t.indexOf(v.toString())
    
About

Avatar for Gordon @Gordon started