Skip to main content

setstrvalue

Function setstrvalue 

Source
pub fn setstrvalue(v: Option<&mut value>, val: &str)
Expand description

Port of setstrvalue(Value v, char *val) from Src/params.c:2685. C body is a one-liner: assignstrvalue(v, val, 0); — the real workhorse is assignstrvalue (params.c:2692).