VEX – Delete Points

//
//
//
//Delete Points (Run Over = 'Detail')

int pts = @numpt;
for(int i = pts-1; i >= 0; i--) {
    removepoint(0,i); 
}