FIND('=<>')?

hazem
hazem Member Posts: 187
Hello,
I found this in the codeunit 358:

[AccountingPeriod.SETRANGE("New Fiscal Year",TRUE);
AccountingPeriod."Starting Date" := Date;
AccountingPeriod.FIND('=<>');]


I tried to use the help to understand what the "FIND('=<>')" do but i didn't found anything...Can anyone please explain what does this code do?

THANKS

Comments