Abilitare JavaScript per vedere questo sito.

Imposta l'indice corrente nell'array.

Sintassi

void seek(int64 index)

index

Valore indice corrente

Risultato

(nessuno)

Esempio di utilizzo:

bytearray @data1;

 

/* Salvataggio punto corrente */

int64 where = data1.at(); 

 

/*! Ripristino punto corrente */

data1.seek(where); 

 

  

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