[][src]Function sciter::set_variable

pub fn set_variable(path: &str, value: Value) -> Result<(), ()>

Set a global variable by its path.

See the per-window Window::set_variable.