VSC_Generic
returnCode(VSC_Generic(form, 1));
returnCode(VSC_Generic(form, -1));
returnCode(VSC_Generic(form, form->current->rows));
returnCode(VSC_Generic(form, (form->current->rows + 1) / 2));
returnCode(VSC_Generic(form, -(form->current->rows)));
returnCode(VSC_Generic(form, -((form->current->rows + 1) / 2)));