0
size of array
How am I able to get the size of an array (or recognize if it's empty)?
I need this:
if sizeof(myArray) = 0 then
create dataset …
else
for p in myArray
do something
end
2 Antworten
-
Hi,
if cnt(myArray)=0..........
Leo
-
Vielen Dank!
an sich sehr einfach
Content aside
- vor 6 JahrenZuletzt aktiv
- 2Antworten
- 1409Ansichten