Contents

" Assignment overflow"

When this option is enabled, your program will check each time a value is assigned to a string or set variable, to make sure that the value is not too long to fit. If the value it too long to fit in the variable then an assignment overflow error is generated.

Contents