j
k
j a
j l
if mem.offset > limit or mem.offset * -1 > limit:
How about:
if abs(mem.offset) > limit
?
Attachments:
Back to the thread
Back to the list