Hi all AMS users ..
I have a great problem that it's simple for you.
Ok, I have a Main table:
also, I have a Sub table:tMain = {"usa", "iraq", "iran", "afghanestan", "uk"}; --numbers of contents isn't specify exactly. here is for example 5 .
I wanna tMain - tSub = tNew !!!tSub = {"usa", "uk"}; ----numbers of contents is specify exactly.here is for example 2 .
In other word, I wanna elements of tSub delete from into tMain and save in a new table named as "tNew".
in result:
tNew = {"iraq", "iran", "afghanestan"}; --it what i looking for...
please, guide me for accede it.
I try for it many , but its haven't result
Thanks...

Reply With Quote
