Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
RecNo not working for me
Could some one help me
Test:
LOAD * INLINE [
RowNoID,
1
2
3
5
6
7
8
];
LET vpeek=Peek('RowNoID',-2);
LOAD *,
RecNo() as recnumber,
RowNo() as rownumber
Resident Test Where RowNoID<>8;
DROP Table Test;
Thanks in Advance
Rohiht
it is working. try using RowNoID<>7, you will understand the difference. while you are trying with the RowNoID<>8 then rowno() and recno() would generate same results, might be you are getting confused there.
Hi tres
again im getting same issue
help me
Thanks,
rohith
What is the issue? can you please explain a bit?
PFA, if it helps.