Var exists

From kwiki

Jump to: navigation, search
This article is written by Konrad, thus using rather nonstandard English:)

var_exists (DNM Script function)

full declaration

bool var_exists ("$some_var_name")

return value

bool

description

Returns true if given variable name exists. Example:

var $sStr="hello world";
if(var_exists("sStr")) MessageBox("sStr declared");
Personal tools
konradp.com