Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
Where exactly we can use rowno() and recno
what we can make the difference with rowno() and recno()
as am trying below scripts but both are getting same results
temp1:
LOAD Date(Today()+RowNo()) as tempdate1
AutoGenerate 10;
temp2:
LOAD Date(Today()+RecNo()) as tempdate2
AutoGenerate 10;
Below is the attachment for your reference
Kindly look at and suggest !
Thanks in adv!!
Talking about chicken and eggs: isn't this the first LOAD step that will produce zeroes?
See also Counters in the Load
HIC
Sorry for the delay in reply.Thanks for all ur valuable suggestions.