Abilitare JavaScript per vedere questo sito.

Rimuove variabile double dallo storage.

Sintassi

void unset_double(const string &in name)

name

Nome della variabile

Risultato

(nessuno)

Esempio di utilizzo:

bool execute(shell::object @shell, const string &in cmdline)

{

  // Rimuove variabile "my_var" 

  shell.storage.unset_double("my_var"); 

}

 

  

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