Abilitare JavaScript per vedere questo sito.

Verifica esistenza variabile double nello storage.

Sintassi

bool exists_double(const string &in name)

name

Nome della variabile

Risultato

Ritorna true se esistente, false altrimenti

Esempio di utilizzo:

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

{

  // Verifica esistenza variabile "my_var" 

  bool f_my_var = shell.storage.exists_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