Next: vm_odepth
, Previous: vm_oacutoff
, Up: VM [Contents][Index]
vm_set_oacutoff
The pre-defined function vm_set_oacutoff
sets the current
cutoff limit used when printing array values. It has the following
prototype:
fun vm_set_oacutoff = (int<32> cutoff) void:
where cutoff is an integer specifying the maximum number of array elements that get printed.