Is it seek.blob or blob.seek?

The sample code on http://electricimp.com/docs/squirrel/blob/seek/ shows this:

seek.a_blob(-128, ‘e’)

but I think it should be the other way around.

Either way I get the error “[Device] ERROR: the index ‘seek’ does not exist” so neither works for me, but that’s probably my code and not the doco.

Yes - it should be a_blob.seek(-128, ‘e’)

I’ve updated the sample code to reflect that :slight_smile: