Insert a code block
I have
sample nLastRecords:= 2000
IF nLastRecords > 0
nInit:=olotto:lastrec()-nLastRecords
nEnd:= olotto:lastrec()
ENDIF
and I must insert this on a codeblock
bFor:= { || recno() <= nInit .and. recno() >= nEnd }
but make error