Re: Can someone explain vslice()'s error_control to me?
- Posted by ghaberek (admin) Oct 24, 2014
- 1292 views
DerekParnell said...
I would have thought that this function should either return a valid "column" (vertical slice) or a meaningful error value. For example, if it returned the index of the first "row" that didn't have the requested column, it could be useful to the caller.
I agree that your version seems like the logical progression of Aku's code that Phil posted. I cannot imagine any useful benefit to this "error_control" parameter. Can it be removed?
-Greg