powered by
Sets the check level. OFF does no check at all, STRICT the most severe. You have to call initSimplace first.
initSimplace
setCheckLevel(simplace, level)
No return value, called for the side effect of setting the check level
handle to the SimplaceWrapper object returned by initSimplace
is a string with possible values: "CUSTOM,"STRICT","INTENSE","LAZY","OFF","ONLY"
if (FALSE) { setCheckLevel(simplace, "STRICT")}
Run the code above in your browser using DataLab