result

Internal variable, automatically set by many engine functions. Normally also used to store the result of a function. Don't use this variable for storing values because it can change after every function.

Range:

unlimited

Type:

var

Modified by:

inkey and many other instructions.

Example:

result = c_trace(my.x, nullvector,IGNORE_ME);
if (result > 0) {vec_set(my.x, nullvector);}

See also:

inkey