Abilitare JavaScript per vedere questo sito.

Interroga la dimensione dell'array.

Sintassi

uint size() const

Risultato

Rende la dimensione dell'array in [byte] (0=vuoto)

Esempio di utilizzo:

bytearray @data1;

 

/* Interroga dimensione array */

if (data1.size() == 0)

{

  /* Array vuoto */

}

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC