hakuren Posted July 8, 2018 Posted July 8, 2018 (edited) Hi rAthena, Is there a way to ignore duplicates in 2 different array without removing it to the array Quote setarray .@main, 20,21,22,23,24,25; // Main Value setarray .@ignore, 21,25; // Ignoring Value it should return like : 20, 22, 23, 24 Please help me Thank you in advance Edited July 8, 2018 by hakuren Quote
0 hakuren Posted July 8, 2018 Author Posted July 8, 2018 (edited) Hi @Smoker thanks for the reply could you make an example? Edited July 8, 2018 by hakuren Quote
Question
hakuren
Hi rAthena,
Is there a way to ignore duplicates in 2 different array without removing it to the array
it should return like : 20, 22, 23, 24
Please help me
Thank you in advance
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.