Please enable JavaScript to view this site.

String variable existence check in storage.

Syntax

bool exists_string(const string &in name)

name

Variable name

Result

Returns true if existing, false otherwise

Esempio di utilizzo:

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

{

 // Verify existence of variable "my_var" 

  bool f_my_var = shell.storage.exists_string("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