Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Set string variable length in X++ code

(0) ShareShare
ReportReport
Posted on by 20

Hi experts,

Might come across as an easy question yet haven't found the answer anywhere yet:

Is there a way to initialise a string variable in code with a fixed length of characters for example initialise the variable _test with a fixed length of 10 characters?

`str _test(10);`

Kind regards

  • Verified answer
    Martin Dráb Profile Picture
    232,093 Most Valuable Professional on at
    RE: Set string variable length in X++ code

    You can use str 10 _test, but I can't say whether it'll solve your problem, because you didn't explain what you're trying to achieve.

    If you want to make sure that a string contains just ten characters, subStr() is likely the right approach.

    By the way, you can read a bit more about str data type in AX documentation: Data Types in X++ > Primitive Data Types > Strings.

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,296 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,093 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans