Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

How to check Duplicate No in Array

(0) ShareShare
ReportReport
Posted on by 3,099

Hi

   I want to save Document No in an array . If document no already exists then it should not be added in Array.

Thanks

*This post is locked for comments

  • jsshivalik Profile Picture
    3,099 on at
    RE: How to check Duplicate No in Array

    Closed

  • Verified answer
    Tina Menezes Profile Picture
    2,582 on at
    RE: How to check Duplicate No in Array

    Hi,

    You can declare  a boolean variable named 'ValuePresent'

    You need to code in the following manner:

    ValuePresent := FALSE;

    FOR i := 1 TO n DO

    BEGIN

       BEGIN

           IF array [i] = Rec.Document No THEN

           ValuePresent:=TRUE;

       END

    IF ValuePresent:=False

    array [i] := Rec.Document No;

    END;

    Here 'n' is the size of the array

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics NAV (Archived)

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2

#1
mmv Profile Picture

mmv 2

#1
Amol Salvi Profile Picture

Amol Salvi 2

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans