web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Extract string before seperator

(0) ShareShare
ReportReport
Posted on by 1,638

We have a variable n: code[20]

where n := 'SCI007.001';

Need to extract the only SCI007 i.e before the seperator (dot) 

Any suggestions ? 

I have the same question (0)
  • Suggested answer
    JAngle Profile Picture
    157 on at

    Use this docs.microsoft.com/.../text-strpos-method

    Then you know the position and you can copystr

  • Suggested answer
    IB-29041624-0 Profile Picture
    1,187 Moderator on at

    You can try this:

    trigger OnRun()

       var

           mytext: Text;

           mynewtext: text;

       begin

           mytext := 'SCI007.001';

           mynewtext := copystr(mytext, 1, (StrPos(mytext, '.') - 1));

           Message(mynewtext);

       end;

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,002 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,255 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,217

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans