Hi all.
I need to know how it's possible to do this (and if it's possible).
To check if an array is empty I know I can use the following:
(format[{%1},arrayname] == {scalar bool array string 0xfcffffef})
But I've more than one array to be checked and I need to check 'em at the same time, but since I don't want to write a 1 kilometer lenght line,I've tried this:
(format[{%1 %2},arrayname1,arrayname2] == {scalar bool array string 0xfcffffef})
But it doesn't works.......
Any hint?
In addiction another question linked to the one above: how can I check the number of units in an array? I mean I need to know, for example, how many soldiers are store in a specific array.
Thank for the help.
Klavan