Microsoft
MB-500 · Question #234
You are a Dynamics 365 Finance developer. You create an integer variable named inventQuantity. You need to display the value from inventQuantity in an info statement. Which code segment can you use?
The correct answer is A. info(int2str(inventQuantity)). You've hit your limit · resets 4am (America/New_York)
Develop and test code
Question
You are a Dynamics 365 Finance developer. You create an integer variable named inventQuantity. You need to display the value from inventQuantity in an info statement. Which code segment can you use?
Options
- Ainfo(int2str(inventQuantity));
- Binfo(inventQuantity);
- Cinfo(strLen(int2str(inventQuantity));
How the community answered
(36 responses)- A92% (33)
- B6% (2)
- C3% (1)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#info function#int2str conversion#integer display#X++ built-in functions
Community Discussion
No community discussion yet for this question.