Hi Peter,
Limit is an old LabTalk command that was created before Origin 8 was released. It does not work very well with new range notations such as "col(b)[100:200]". It is better to define a range and then use the command with the range. An example:
range aa = col(b)[100:200];
limit aa;
Deanna
OriginLab Technical Services