Add find() command and direction constants #64

Closed
opened 2019-08-23 23:07:42 +00:00 by glen · 0 comments
Owner

Need a find(condition, stride, start) macro that will find the first cell starting at start (which defaults to the current cell) along the stride for which condition evaluates to true.

Should have direction constants right (= &(1,0,0)), left, up, down, above, below
to make this more readable. Note you can add right+down to get a diagonal stride.

Need a find(condition, stride, start) macro that will find the first cell starting at start (which defaults to the current cell) along the stride for which condition evaluates to true. Should have direction constants right (= &(1,0,0)), left, up, down, above, below to make this more readable. Note you can add right+down to get a diagonal stride.
glen closed this issue 2019-08-28 19:54:13 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/teapot-spreadsheet#64
No description provided.