* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
PROCEDURE Main()
|
|
|
|
LOCAL nCount
|
|
|
|
USE test
|
|
|
|
dbGoto( 4 )
|
|
? RecNo()
|
|
COUNT TO nCount
|
|
? RecNo(), nCount
|
|
COUNT TO nCount NEXT 10
|
|
? RecNo(), nCount
|
|
|
|
RETURN
|