sketch.block.find

Syntax

bp := sketch.block.find(sp,i)

Get the block with ID i.

Returns:

bp - pointer to the block with ID i. The function returns null if no block has that ID number.

Arguments:

sp - sketch set pointer

i - the ID number to look for, which must be positive